unused imports

This commit is contained in:
Lex Berezhny 2019-01-23 23:50:35 -05:00
parent 0ee279bfd7
commit 79e4767f69
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@ import argparse
import logging
import logging.handlers
from docopt import docopt
from textwrap import dedent
import aiohttp
from aiohttp.web import GracefulExit

View file

@ -3,7 +3,6 @@ import asyncio
import logging
import json
import inspect
import signal
import textwrap
import typing
import aiohttp