Skip to content

Commit fecbc44

Browse files
danfultoncclauss
andauthored
Use python3 code style for super() call.
Co-authored-by: Christian Clauss <[email protected]>
1 parent 6b562fa commit fecbc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/events/game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ class CommandManagerStateEvent(GameEvent):
410410
"""
411411

412412
def __init__(self, frame, pid, data):
413-
super(CommandManagerStateEvent, self).__init__(frame, pid)
413+
super().__init__(frame, pid)
414414

415415
#: Always 1?
416416
self.state = data["state"]

0 commit comments

Comments
 (0)