Commit 017928c0 authored by dieter's avatar dieter

make `flake8` happy

parent b81442ae
......@@ -568,7 +568,8 @@ class Daemon(threading.Thread):
ori_run = self.run
def run():
from threading import _sys, _format_exc
from threading import _format_exc
from threading import _sys
try:
ori_run()
except SystemExit:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment