remove unused imports

This commit is contained in:
Steffen Vogel
2020-04-15 23:20:42 +02:00
parent 1f515464fe
commit e93cc83d58
28 changed files with 2 additions and 49 deletions

View File

@@ -444,7 +444,6 @@ def print_stacks(file=sys.stderr):
# local imports because these will not be used often,
# no need to add them to startup
import asyncio
import resource
import traceback
from .log import coroutine_frames