Skip to content

Commit 5ca5ed3

Browse files
committed
add bounds to T
1 parent 219bcef commit 5ca5ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msgraph_core/models/page_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from kiota_abstractions.serialization.parse_node import ParseNode # type: ignore
1818
from typing import TypeVar, List, Optional
1919

20-
T = TypeVar('T')
20+
T = TypeVar('T', bound=Parsable)
2121

2222

2323
class PageResult(Parsable):

0 commit comments

Comments
 (0)