Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 9a25914

Browse filesBrowse files
committed
Automated PEP8 fixes
1 parent fc02456 commit 9a25914
Copy full SHA for 9a25914

10 files changed

+455
-456
lines changed

‎async/__init__.py

Copy file name to clipboardExpand all lines: async/__init__.py
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.