Skip to content

Commit 9efbe12

Browse files
chore: del 'import *' in gitlab/v4/objects/project_access_tokens.py
Remove usage of 'import *' in gitlab/v4/objects/project_access_tokens.py.
1 parent 5f23ed9 commit 9efbe12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/v4/objects/project_access_tokens.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from gitlab.base import * # noqa
2-
from gitlab.mixins import * # noqa
1+
from gitlab.base import RESTManager, RESTObject
2+
from gitlab.mixins import CreateMixin, DeleteMixin, ListMixin, ObjectDeleteMixin
33

44

55
__all__ = [

0 commit comments

Comments
 (0)