pylint again

This commit is contained in:
Lex Berezhny 2019-07-17 22:05:02 -04:00
parent d5f8af471a
commit f406db85dc

View file

@ -1,7 +1,7 @@
import logging import logging
import asyncio import asyncio
from binascii import hexlify
from asyncio import wrap_future from asyncio import wrap_future
from binascii import hexlify
from concurrent.futures.thread import ThreadPoolExecutor from concurrent.futures.thread import ThreadPoolExecutor
from typing import Tuple, List, Union, Callable, Any, Awaitable, Iterable from typing import Tuple, List, Union, Callable, Any, Awaitable, Iterable