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

Commite37ebaa

Browse files
committed
change a type (Commit) to a forward ref
1 parent8611488 commite37ebaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def refresh(cls) -> Literal[True]:
255255

256256
returnTrue
257257

258-
def__init__(self,ref:SymbolicReference,flags:Set[int],note:str='',old_commit:Optional[Commit]=None,
258+
def__init__(self,ref:SymbolicReference,flags:Set[int],note:str='',old_commit:Optional['Commit']=None,
259259
remote_ref_path:Optional[PathLike]=None):
260260
"""
261261
Initialize a new instance

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp