aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/apis/github/teams.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-16 10:08:40 +0100
committerGravatar Joe Banks <[email protected]>2025-07-16 10:08:40 +0100
commitbf4cb2c12ad9fb71233c5ed60ec4cd717f6302de (patch)
treeb75098aa3a962829d65129fab049a9a550847aee /arthur/apis/github/teams.py
parentAdd new M-x github remove command (diff)
Move common variables for GitHub API into common file
Diffstat (limited to 'arthur/apis/github/teams.py')
-rw-r--r--arthur/apis/github/teams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/apis/github/teams.py b/arthur/apis/github/teams.py
index e919051..879581f 100644
--- a/arthur/apis/github/teams.py
+++ b/arthur/apis/github/teams.py
@@ -1,6 +1,6 @@
import aiohttp
-from arthur.apis.github import GitHubError, HEADERS, HTTP_403, HTTP_404, HTTP_422
+from arthur.apis.github.common import GitHubError, HEADERS, HTTP_403, HTTP_404, HTTP_422
from arthur.config import CONFIG