From 9efbe1297d8d32419b8f04c3758ca7c83a95f199 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Mon, 1 Mar 2021 11:31:14 -0800 Subject: [PATCH] chore: del 'import *' in gitlab/v4/objects/project_access_tokens.py Remove usage of 'import *' in gitlab/v4/objects/project_access_tokens.py. --- gitlab/v4/objects/project_access_tokens.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab/v4/objects/project_access_tokens.py b/gitlab/v4/objects/project_access_tokens.py index ab348cfa6..15ef33ad9 100644 --- a/gitlab/v4/objects/project_access_tokens.py +++ b/gitlab/v4/objects/project_access_tokens.py @@ -1,5 +1,5 @@ -from gitlab.base import * # noqa -from gitlab.mixins import * # noqa +from gitlab.base import RESTManager, RESTObject +from gitlab.mixins import CreateMixin, DeleteMixin, ListMixin, ObjectDeleteMixin __all__ = [