aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/apis/github/orgs.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/orgs.py
parentAdd new M-x github remove command (diff)
Move common variables for GitHub API into common file
Diffstat (limited to 'arthur/apis/github/orgs.py')
-rw-r--r--arthur/apis/github/orgs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/apis/github/orgs.py b/arthur/apis/github/orgs.py
index 55039c8..60255ac 100644
--- a/arthur/apis/github/orgs.py
+++ b/arthur/apis/github/orgs.py
@@ -1,6 +1,6 @@
import aiohttp
-from arthur.apis.github import GitHubError, HEADERS, HTTP_403, HTTP_404
+from arthur.apis.github.common import GitHubError, HEADERS, HTTP_403, HTTP_404
from arthur.config import CONFIG