We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f23ed9 + 9efbe12 commit 96d2805Copy full SHA for 96d2805
gitlab/v4/objects/project_access_tokens.py
@@ -1,5 +1,5 @@
1
-from gitlab.base import * # noqa
2
-from gitlab.mixins import * # noqa
+from gitlab.base import RESTManager, RESTObject
+from gitlab.mixins import CreateMixin, DeleteMixin, ListMixin, ObjectDeleteMixin
3
4
5
__all__ = [
0 commit comments