Skip to content

Commit 94c6e8b

Browse files
committed
ruff will b the end of me
1 parent c774a13 commit 94c6e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dithertools/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def load(filepath: str | Path) -> Image | Video:
3535
return Video(path)
3636
try:
3737
return Image(path)
38-
except:
38+
except Exception:
3939
pass
4040
return Video(path)
4141

0 commit comments

Comments
 (0)