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

Commite364c5e

Browse files
committed
Add type to refs.log._read_from_file()
1 parentef48a35 commite364c5e

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
@@ -157,7 +157,7 @@ def __init__(self, filepath: Union[PathLike, None] = None):
157157
self._read_from_file()
158158
# END handle filepath
159159

160-
def_read_from_file(self):
160+
def_read_from_file(self)->None:
161161
try:
162162
fmap=file_contents_ro_filepath(
163163
self._path,stream=True,allow_mmap=True)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp