Skip to content

Commit

Permalink
Complete 'LeftHoleyEvent.__slots__' magic attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Aug 23, 2022
1 parent 0c2e8d7 commit 4c515c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clipping/core/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def from_endpoints(cls,
__slots__ = ('below_event_from_shaped_result', 'contour_id', 'from_first',
'from_in_to_out', 'from_shaped_result', 'interior_to_left',
'other_interior_to_left', 'overlap_kind', 'position',
'start')
'start', 'start_index')

def __init__(self,
start: Point,
Expand Down

0 comments on commit 4c515c8

Please sign in to comment.