Skip to content

Commit b2a14ba

Browse files
committed
fix: refactor imports to include NotRequired and TypedDict from typing_extensions
1 parent 42c8163 commit b2a14ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pydoll/protocol/runtime/events.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from enum import Enum
2-
from typing import Any, NotRequired, TypedDict
2+
from typing import Any
3+
4+
from typing_extensions import NotRequired, TypedDict
35

46
from pydoll.protocol.base import CDPEvent
57
from pydoll.protocol.runtime.types import (

0 commit comments

Comments
 (0)