diff options
Diffstat (limited to 'arthur/apis/github/__init__.py')
-rw-r--r-- | arthur/apis/github/__init__.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arthur/apis/github/__init__.py b/arthur/apis/github/__init__.py index 77988a1..11261da 100644 --- a/arthur/apis/github/__init__.py +++ b/arthur/apis/github/__init__.py @@ -1,6 +1,3 @@ -from .teams import GithubTeamNotFoundError, list_team_members +from .teams import GitHubError, add_staff_member -__all__ = ( - "GithubTeamNotFoundError", - "list_team_members", -) +__all__ = ("GitHubError", "add_staff_member") |