dd5d7c86d2
This can be enforced by pre-commit, but correct it separately to make it easier to review.
6 lines
72 B
Python
6 lines
72 B
Python
try:
|
|
complex
|
|
print("complex")
|
|
except NameError:
|
|
print("no")
|