From a78ef1fdaed9a5720db98bb1dcc2ff53bbe73448 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 10 Jul 2025 14:16:44 +0100 Subject: Update exports for GitHub APIs --- arthur/apis/github/__init__.py | 7 ++----- 1 file 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") -- cgit v1.2.3