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

Commit34a5f22

Browse files
chore: remove '# type: ignore' for new mypy version
mypy 0.920 now understands the type of'http.client.HTTPConnection.debuglevel' so we remove the'type: ignore' comment to make mypy pass
1 parenta519b2f commit34a5f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab/client.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def enable_debug(self) -> None:
425425
importlogging
426426
fromhttp.clientimportHTTPConnection# noqa
427427

428-
HTTPConnection.debuglevel=1# type: ignore
428+
HTTPConnection.debuglevel=1
429429
logging.basicConfig()
430430
logging.getLogger().setLevel(logging.DEBUG)
431431
requests_log=logging.getLogger("requests.packages.urllib3")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp