We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10779c3 commit 4f0bbbcCopy full SHA for 4f0bbbc
ninja/patch_dict.py
@@ -48,7 +48,7 @@ def __getitem__(self, schema_cls: Any) -> Any:
48
if TYPE_CHECKING: # pragma: nocover
49
T = TypeVar("T")
50
51
- class PatchDict(dict[Any, Any], Generic[T]):
+ class PatchDict(Dict[Any, Any], Generic[T]):
52
pass
53
54
else:
0 commit comments