Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
fixed docstring
  • Loading branch information
maliagehan committed Aug 20, 2024
1 parent 2761aa8 commit 1afcbe0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plantcv/annotate/classestomove.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@

class Viewer(napari.Viewer):
def layer_size(self, layer):
"""
method to get current size of points
"""
"""method to get current size of points"""
return self.layers[layer]._current_size

0 comments on commit 1afcbe0

Please sign in to comment.