mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
blackify (again)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user