mirror of
https://github.com/clearml/clearml
synced 2025-02-07 05:18:50 +00:00
Black formatting
This commit is contained in:
parent
7e12c47137
commit
ffcda558e7
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user