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

Commit858ad4e

Browse files
committed
bug(query_list): Fix superfluous typing
1 parent881e347 commit858ad4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/libvcs/_internal/query_list.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,6 @@ class QueryList(list[T]):
434434
pk_key:Optional[str]
435435

436436
defitems(self)->list[T]:
437-
data:Sequence[T]
438-
439437
ifself.pk_keyisNone:
440438
raiseException("items() require a pk_key exists")
441439
return [(getattr(item,self.pk_key),item)foriteminself]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp