mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
blackify (again)
This commit is contained in:
parent
766cb887e4
commit
5b6069b916
@ -234,6 +234,6 @@ def int_or_float_or_str(value: str) -> Union[int, float, str]:
|
||||
pass
|
||||
try:
|
||||
return float(value)
|
||||
except Exception as e: # noqa F841
|
||||
except Exception as e: # noqa F841
|
||||
pass
|
||||
return str(value)
|
||||
|
Loading…
Reference in New Issue
Block a user