Skip to content

Commit 23c2126

Browse files
authored
Typo on GitHubException import
1 parent a78ef1f commit 23c2126

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arthur/apis/github/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from .teams import GitHubError, add_staff_member
1+
from .teams import GitHubException, add_staff_member
22

3-
__all__ = ("GitHubError", "add_staff_member")
3+
__all__ = ("GitHubException", "add_staff_member")

0 commit comments

Comments
 (0)