From f406db85dc708625544bea7e9c2738e1e0b38968 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 17 Jul 2019 22:05:02 -0400 Subject: [PATCH] pylint again --- torba/torba/client/basedatabase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torba/torba/client/basedatabase.py b/torba/torba/client/basedatabase.py index 673d737f1..9cd3e03f2 100644 --- a/torba/torba/client/basedatabase.py +++ b/torba/torba/client/basedatabase.py @@ -1,7 +1,7 @@ import logging import asyncio -from binascii import hexlify from asyncio import wrap_future +from binascii import hexlify from concurrent.futures.thread import ThreadPoolExecutor from typing import Tuple, List, Union, Callable, Any, Awaitable, Iterable