Skip to content

Commit

Permalink
whitespace deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed May 7, 2024
1 parent 22e23ff commit fe9a092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plantcv/annotate/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def print_coords(self, filename):
json.dump(obj=self.coords, fp=fp, indent=4)

def save_counts(self, label=None):
"""Save collected coordinates to Outputs.observations"""
"""Save collected coordinates to Outputs.observations"""
if label is None:
label = params.sample_label
for key in self.count:
Expand All @@ -89,9 +89,9 @@ def save_counts(self, label=None):
trait='count of category',
method='count', scale='count', datatype=int,
value=value, label='none')

def save_coords(self, label=None):
"""Save collected coordinates to Outputs.observations"""
"""Save collected coordinates to Outputs.observations"""
if label is None:
label = params.sample_label
for x in self.count.keys():
Expand Down

0 comments on commit fe9a092

Please sign in to comment.