Skip to content

Commit a270c0c

Browse files
authored
Update custom_exceptions.py
1 parent 5127b43 commit a270c0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom_exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# hf_backup_tool/exceptions/custom_exceptions.py
22
# 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:
34

45
class APIKeyError(Exception):
56
"""
@@ -70,4 +71,4 @@ class RepositoryError(Exception):
7071
- Insufficient permissions to access the repository.
7172
- Repository is corrupted or unavailable.
7273
"""
73-
pass
74+
pass

0 commit comments

Comments
 (0)