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

Commitca5a2e8

Browse files
committed
Add missing parentheses around tuple constructor
1 parent019f270 commitca5a2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/refs/log.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def from_line(cls, line: bytes) -> "RefLogEntry":
145145
actor=Actor._from_string(info[82 :email_end+1])
146146
time,tz_offset=parse_date(info[email_end+2 :])# skipcq: PYL-W0621
147147

148-
returnRefLogEntry(oldhexsha,newhexsha,actor, (time,tz_offset),msg)# type: ignore[call-arg]
148+
returnRefLogEntry((oldhexsha,newhexsha,actor, (time,tz_offset),msg))# type: ignore [arg-type]
149149

150150

151151
classRefLog(List[RefLogEntry],Serializable):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp