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

Commit2af3679

Browse files
committed
Remove@UnusedImport from an import that is used
Inclusion in __all__ is considered a use.
1 parent7545b80 commit2af3679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Module with our own gitdb implementation - it uses the git command"""
22
fromgit.utilimportbin_to_hex,hex_to_bin
33
fromgitdb.baseimportOInfo,OStream
4-
fromgitdb.dbimportGitDB# @UnusedImport
4+
fromgitdb.dbimportGitDB
55
fromgitdb.dbimportLooseObjectDB
66

77
fromgitdb.excimportBadObject

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp