Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96d2805

Browse files
authored
Merge pull request#1351 from JohnVillalovos/jlvillal/import_start
chore: del 'import *' in gitlab/v4/objects/project_access_tokens.py
2 parents5f23ed9 +9efbe12 commit96d2805

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-
fromgitlab.baseimport*# noqa
2-
fromgitlab.mixinsimport*# noqa
1+
fromgitlab.baseimportRESTManager,RESTObject
2+
fromgitlab.mixinsimportCreateMixin,DeleteMixin,ListMixin,ObjectDeleteMixin
33

44

55
__all__= [

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp