Skip to content

Commit fa3e82c

Browse files
style: Unused variable
1 parent 9ee7299 commit fa3e82c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/thread/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ def start(self) -> None:
648648

649649

650650
# Handle abrupt exit
651-
def service_shutdown(signum, frame):
651+
def service_shutdown(signum, _):
652652
if Settings.GRACEFUL_EXIT_ENABLED:
653653
if Settings.VERBOSITY > 'quiet':
654654
print('\nCaught signal %d' % signum)

0 commit comments

Comments
 (0)