diff options
author | 2025-07-16 10:08:40 +0100 | |
---|---|---|
committer | 2025-07-16 10:08:40 +0100 | |
commit | bf4cb2c12ad9fb71233c5ed60ec4cd717f6302de (patch) | |
tree | b75098aa3a962829d65129fab049a9a550847aee /arthur/apis/github/teams.py | |
parent | Add 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.py | 2 |
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 |