From bf4cb2c12ad9fb71233c5ed60ec4cd717f6302de Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 16 Jul 2025 10:08:40 +0100 Subject: Move common variables for GitHub API into common file --- arthur/apis/github/orgs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arthur/apis/github/orgs.py') 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 -- cgit v1.2.3