Skip to content

Commit

Permalink
AutoColorMenu: call super().__init__()
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc committed Nov 14, 2024
1 parent 9670f79 commit e9508f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class AutoColorMenu(ABC, metaclass=_metaclass_sip_abc):
"""

def __init__(self) -> None:
super().__init__()
self.auto_color_action: QAction | None = None

@property
Expand Down

0 comments on commit e9508f3

Please sign in to comment.