We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5127b43 commit a270c0cCopy full SHA for a270c0c
custom_exceptions.py
@@ -1,5 +1,6 @@
1
# hf_backup_tool/exceptions/custom_exceptions.py
2
# Custom exception classes for the Hugging Face Backup Tool.
3
+# If you see immature comments, i'm just testing the linter - I have lost the plot but i'm not literally damaging my repo D:
4
5
class APIKeyError(Exception):
6
"""
@@ -70,4 +71,4 @@ class RepositoryError(Exception):
70
71
- Insufficient permissions to access the repository.
72
- Repository is corrupted or unavailable.
73
- pass
74
+ pass
0 commit comments