blackified

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-03-31 18:01:18 +02:00
parent 58441ebc16
commit 8943f2066b
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -74,5 +74,3 @@ def pool(builder, size, timeout=None):
local_pool.put(instance)
return pooled

View File

@ -1,5 +1,6 @@
import sys
def is_above_py39():
if sys.version_info.major == 3:
if sys.version_info.minor < 10: