Skip to content

Commit e7338d3

Browse files
Copilotzkoppert
andcommitted
fix: Remove useless __init__ method from OptionalFileNotFoundError
Co-authored-by: zkoppert <[email protected]>
1 parent c88bb30 commit e7338d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

exceptions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ class OptionalFileNotFoundError(github3.exceptions.NotFoundError):
1515
resp: The HTTP response object from the failed request
1616
"""
1717

18-
def __init__(self, resp=None):
19-
super().__init__(resp)
20-
2118

2219
def check_optional_file(repo, filename):
2320
"""

0 commit comments

Comments
 (0)