Skip to content

Commit a78ef1f

Browse files
committed
Update exports for GitHub APIs
1 parent 2ed8805 commit a78ef1f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

arthur/apis/github/__init__.py

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

3-
__all__ = (
4-
"GithubTeamNotFoundError",
5-
"list_team_members",
6-
)
3+
__all__ = ("GitHubError", "add_staff_member")

0 commit comments

Comments
 (0)