Remove unused import
This commit is contained in:
parent
c3dbf9685d
commit
8fc5350644
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue