Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Aug 9, 2023
1 parent e6a3d2a commit 4e0cd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def create_test_tracklet(
track_len: int,
track_id: Optional[int] = None,
ndim: int = 3,
) -> tuple[btrack.btypes.Tracklet, list[btrack.btypes.PyTrackObject], dict, int,]:
) -> tuple[btrack.btypes.Tracklet, list[btrack.btypes.PyTrackObject], dict, int]:
"""Create a test track."""
rng = np.random.default_rng(seed=RANDOM_SEED)

Expand Down

0 comments on commit 4e0cd66

Please sign in to comment.