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 2ed8805 commit a78ef1fCopy full SHA for a78ef1f
1 file changed
arthur/apis/github/__init__.py
@@ -1,6 +1,3 @@
1
-from .teams import GithubTeamNotFoundError, list_team_members
+from .teams import GitHubError, add_staff_member
2
3
-__all__ = (
4
- "GithubTeamNotFoundError",
5
- "list_team_members",
6
-)
+__all__ = ("GitHubError", "add_staff_member")
0 commit comments