mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 12:25:06 +08:00
Linter fix - extraneous whitespace
This commit is contained in:
parent
c5ae225418
commit
44afb48447
@ -295,7 +295,7 @@ def read_metadata_from_safetensors(filename):
|
|||||||
pass
|
pass
|
||||||
except:
|
except:
|
||||||
errors.report(f"Error reading metadata from file: {filename}", exc_info=True)
|
errors.report(f"Error reading metadata from file: {filename}", exc_info=True)
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user