Skip to content

Commit

Permalink
Add exception class docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Feb 26, 2024
1 parent b3d82d2 commit 14324cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_tools/update_contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def verify() -> None:


class NotFoundError(Exception):
pass
"""Raised when a GitHub API resource is not found"""


class GitHubSession(CachedSession):
Expand Down

0 comments on commit 14324cd

Please sign in to comment.