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

Commit9ac6bb0

Browse files
committed
Add @UnusedImport to recent changes
1 parent8edc53b commit9ac6bb0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎git/exc.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
""" Module containing all exceptions thrown throughout the git package, """
77

88
fromgitdb.excimport (
9-
AmbiguousObjectName,
10-
BadName,
11-
BadObject,
12-
BadObjectType,
13-
InvalidDBRoot,
14-
ODBError,
15-
ParseError,
16-
UnsupportedOperation,
17-
to_hex_sha,
18-
)# NOQA @UnusedWildImport skipcq: PYL-W0401, PYL-W0614
9+
AmbiguousObjectName,# @UnusedImport
10+
BadName,# @UnusedImport
11+
BadObject,# @UnusedImport
12+
BadObjectType,# @UnusedImport
13+
InvalidDBRoot,# @UnusedImport
14+
ODBError,# @UnusedImport
15+
ParseError,# @UnusedImport
16+
UnsupportedOperation,# @UnusedImport
17+
to_hex_sha,# @UnusedImport
18+
)
1919
fromgit.compatimportsafe_decode
2020
fromgit.utilimportremove_password_if_present
2121

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp