blacken
This commit is contained in:
parent
01cabb0324
commit
dd7b48f2b3
|
@ -9,7 +9,7 @@ except (ImportError, AttributeError):
|
|||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
if not (sys.platform == "linux" and sys.maxsize > 2 ** 32):
|
||||
if not (sys.platform == "linux" and sys.maxsize > 2**32):
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
|
|
Loading…
Reference in New Issue