We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219bcef commit 5ca5ed3Copy full SHA for 5ca5ed3
src/msgraph_core/models/page_result.py
@@ -17,7 +17,7 @@
17
from kiota_abstractions.serialization.parse_node import ParseNode # type: ignore
18
from typing import TypeVar, List, Optional
19
20
-T = TypeVar('T')
+T = TypeVar('T', bound=Parsable)
21
22
23
class PageResult(Parsable):
0 commit comments