mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
blackified
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
58441ebc16
commit
8943f2066b
@ -74,5 +74,3 @@ def pool(builder, size, timeout=None):
|
||||
local_pool.put(instance)
|
||||
|
||||
return pooled
|
||||
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
import sys
|
||||
|
||||
|
||||
def is_above_py39():
|
||||
if sys.version_info.major == 3:
|
||||
if sys.version_info.minor < 10:
|
||||
|
Loading…
x
Reference in New Issue
Block a user