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 a78ef1f commit 23c2126Copy full SHA for 23c2126
1 file changed
arthur/apis/github/__init__.py
@@ -1,3 +1,3 @@
1
-from .teams import GitHubError, add_staff_member
+from .teams import GitHubException, add_staff_member
2
3
-__all__ = ("GitHubError", "add_staff_member")
+__all__ = ("GitHubException", "add_staff_member")
0 commit comments