From f995ceae8b78022ec330b4bea4eb56233e0115d1 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 20 Aug 2020 10:46:28 -0400 Subject: [PATCH] pylint --- lbry/db/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/db/database.py b/lbry/db/database.py index 6ec100216..37dfe5847 100644 --- a/lbry/db/database.py +++ b/lbry/db/database.py @@ -179,7 +179,7 @@ class Database: # seems to only happen when running in PyCharm # https://github.com/python/cpython/pull/6084#issuecomment-564585446 # TODO: delete this in Python 3.8/3.9? - from concurrent.futures.process import _threads_wakeups + from concurrent.futures.process import _threads_wakeups # pylint: disable=import-outside-toplevel _threads_wakeups.clear() async def run(self, func, *args, **kwargs):