Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 27, 2024
1 parent 05284f1 commit 277342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spalloc_client/scripts/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Terminate(Exception):
"""

def __init__(self, code: int, *args: Tuple[object]):
super().__init__()
super().__init__()
self._code = code
args = list(args)
message = args.pop(0) if args else None
Expand Down

0 comments on commit 277342b

Please sign in to comment.