Skip to content

Commit 5d5cfab

Browse files
committed
refactor: added type ignore for no checking mypy
1 parent 0663fb3 commit 5d5cfab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ormar/relations/relation_proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def related_field_name(self) -> str:
6161

6262
return self._related_field_name
6363

64-
def __getitem__(self, key: Union[int, slice]) -> "QuerysetProxy[T]":
64+
def __getitem__(self, key: Union[int, slice]) -> "T": # type: ignore
6565
"""
6666
You can slice the results to desired number of parent models.
6767

0 commit comments

Comments
 (0)