Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Aug 10, 2021
1 parent 506a512 commit 60da0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcell_tracking/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def save_trk(filename, lineages, raw, tracked):
if isinstance(lineages, list):
if len(lineages) > 1:
raise ValueError('For trk file, lineages must be a dictionary '
'or list with a single dictionary')
'or list with a single dictionary')
else:
lineages = lineages[0]

Expand Down

0 comments on commit 60da0ce

Please sign in to comment.