Skip to content

Commit

Permalink
Fixup python algorithms code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Jul 30, 2024
1 parent 7435ca9 commit 9b9c7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def find(self, v):

# Once we drop support for 3.9 we can use slots=True to prevent
# writing extra attrs.
@dataclasses.dataclass(slots=True)
@dataclasses.dataclass # (slots=True)
class Segment:
"""
A class representing a single segment. Each segment has a left
Expand Down

0 comments on commit 9b9c7bc

Please sign in to comment.