Linter fix - extraneous whitespace

This commit is contained in:
Brendan Hoar
2024-04-26 08:17:37 -04:00
committed by GitHub
parent c5ae225418
commit 44afb48447

View File

@@ -295,7 +295,7 @@ def read_metadata_from_safetensors(filename):
pass
except:
errors.report(f"Error reading metadata from file: {filename}", exc_info=True)
return res