Skip to content

Commit ef8cf63

Browse files
committed
Fix page iterator type var
1 parent a32c175 commit ef8cf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msgraph_core/tasks/page_iterator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(
6060
response: Union[T, list, object],
6161
request_adapter: RequestAdapter,
6262
constructor_callable: Optional[Callable] = None,
63-
error_mapping: Optional[Dict[str, type[ParsableFactory]]] = None,
63+
error_mapping: Optional[Dict[str, Type[ParsableFactory]]] = None,
6464
):
6565
self.request_adapter = request_adapter
6666

0 commit comments

Comments
 (0)