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

Commita730598

Browse files
authored
Merge pull request#769 from python-gitlab/pep-fixes
fix: pep8 errors
2 parents16de1b0 +334f9ef commita730598

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎gitlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def _set_auth_info(self):
359359
defenable_debug(self):
360360
importlogging
361361
try:
362-
fromhttp.clientimportHTTPConnection
362+
fromhttp.clientimportHTTPConnection# noqa
363363
exceptImportError:
364364
fromhttplibimportHTTPConnection# noqa
365365

‎gitlab/v4/objects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,8 @@ class ProjectReleaseManager(NoUpdateMixin, RESTManager):
20012001
_path='/projects/%(project_id)s/releases'
20022002
_obj_cls=ProjectRelease
20032003
_from_parent_attrs= {'project_id':'id'}
2004-
_create_attrs= (('name','tag_name','description', ), ('ref','assets', ))
2004+
_create_attrs= (('name','tag_name','description', ),
2005+
('ref','assets', ))
20052006

20062007

20072008
classProjectTag(ObjectDeleteMixin,RESTObject):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp