From dbca9159cd083cad394a608977318ee63e767dd7 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Mon, 4 Nov 2024 22:55:37 -0500 Subject: [PATCH] Also remove imports --- awxkit/awxkit/api/pages/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/awxkit/awxkit/api/pages/__init__.py b/awxkit/awxkit/api/pages/__init__.py index 7fbdbcdb0d95..0ede3ee2fe03 100644 --- a/awxkit/awxkit/api/pages/__init__.py +++ b/awxkit/awxkit/api/pages/__init__.py @@ -4,13 +4,11 @@ from .bulk import * # NOQA from .access_list import * # NOQA from .api import * # NOQA -from .authtoken import * # NOQA from .roles import * # NOQA from .organizations import * # NOQA from .notifications import * # NOQA from .notification_templates import * # NOQA from .users import * # NOQA -from .applications import * # NOQA from .teams import * # NOQA from .credentials import * # NOQA from .unified_jobs import * # NOQA