Skip to content

Commit 47f9cfd

Browse files
committed
Add missing UnsupportedHash exception to fs.errors.__all__
1 parent 7f19638 commit 47f9cfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"ResourceNotFound",
5252
"ResourceReadOnly",
5353
"Unsupported",
54+
"UnsupportedHash",
5455
]
5556

5657

0 commit comments

Comments
 (0)