diff options
Diffstat (limited to 'arthur/apis/github/orgs.py')
-rw-r--r-- | arthur/apis/github/orgs.py | 2 |
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 |