From e7937ade8d91f7741a649de24faacbe194a3c0d0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 8 Aug 2023 06:48:14 +0300 Subject: Use relative imports to break circular import errors --- gn_auth/auth/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'gn_auth/auth/__init__.py') diff --git a/gn_auth/auth/__init__.py b/gn_auth/auth/__init__.py index a28498d..4f1d960 100644 --- a/gn_auth/auth/__init__.py +++ b/gn_auth/auth/__init__.py @@ -1,5 +1,2 @@ """Top-Level `Auth` module""" -from . import authorisation -from . import authentication -from .views import oauth2 -- cgit v1.2.3