Remove unused import

This commit is contained in:
Tulir Asokan 2018-11-29 11:43:41 +02:00
parent c3dbf9685d
commit 8fc5350644

View file

@ -21,7 +21,7 @@ import asyncio
from aiohttp import web
from .base import routes, get_loop, get_config
from .base import routes, get_loop
from .auth import is_valid_token
BUILTIN_ATTRS = {"args", "asctime", "created", "exc_info", "exc_text", "filename", "funcName",