Skip to content

Commit

Permalink
Remove a duplicate statement
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV authored and wkentaro committed Feb 8, 2024
1 parent 9a9af93 commit 3a1f655
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion labelme/shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def __init__(
self._shape_type_raw = None
self.fill = False
self.selected = False
self.shape_type = shape_type
self.flags = flags
self.description = description
self.other_data = {}
Expand Down

0 comments on commit 3a1f655

Please sign in to comment.