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/teams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arthur/apis/github/teams.py') 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 -- cgit v1.2.3