Skip to content

Commit

Permalink
Merge pull request #1351 from JohnVillalovos/jlvillal/import_start
Browse files Browse the repository at this point in the history
chore: del 'import *' in gitlab/v4/objects/project_access_tokens.py
  • Loading branch information
nejch committed Mar 1, 2021
2 parents 5f23ed9 + 9efbe12 commit 96d2805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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__ = [
Expand Down

0 comments on commit 96d2805

Please sign in to comment.