Skip to content

Commit 96d2805

Browse files
authored
Merge pull request #1351 from JohnVillalovos/jlvillal/import_start
chore: del 'import *' in gitlab/v4/objects/project_access_tokens.py
2 parents 5f23ed9 + 9efbe12 commit 96d2805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/v4/objects/project_access_tokens.py

+2-2
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)