8000 Automated PEP8 fixes · gitpython-developers/async@9a25914 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 9a25914

Browse files
committed
Automated PEP8 fixes
1 parent fc02456 commit 9a25914

10 files changed

+455
-456
lines changed

async/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ def _init_atexit():
1111
import atexit
1212
from . import thread
1313
atexit.register(thread.do_terminate_threads)
14-
14+
1515
def _init_signals():
1616
"""Assure we shutdown our threads correctly when being interrupted"""
1717
import signal
1818
from . import thread
1919
import sys
20-
20+
2121
prev_handler = signal.getsignal(signal.SIGINT)
2222
def thread_interrupt_handler(signum, frame):
2323
thread.do_terminate_threads()

0 commit comments

Comments
 (0)
0