Black formatting

This commit is contained in:
clearml 2024-09-29 14:04:41 +03:00
parent 7e12c47137
commit ffcda558e7

View File

@ -43,11 +43,7 @@ def input_int(
)
return value
except ValueError:
print(
"Invalid input: {} should be a number. Please enter an integer".format(
key
)
)
print("Invalid input: {} should be a number. Please enter an integer".format(key))
def input_bool(question, default=False):