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

Commit916a039

Browse files
pratik-anuragByron
authored andcommitted
updated db.py, removed unused variables
1 parentd759e17 commit916a039

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
@@ -51,7 +51,7 @@ def partial_to_complete_sha_hex(self, partial_hexsha):
5151
:note: currently we only raise BadObject as git does not communicate
5252
AmbiguousObjects separately"""
5353
try:
54-
hexsha,typename,size=self._git.get_object_header(partial_hexsha)# @UnusedVariable
54+
hexsha,_typename,_size=self._git.get_object_header(partial_hexsha)
5555
returnhex_to_bin(hexsha)
5656
except (GitCommandError,ValueError):
5757
raiseBadObject(partial_hexsha)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp