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.
2 parents 6c9eeec + c615c2e commit 6b928dbCopy full SHA for 6b928db
src/_typed_dict_test_helper.py
@@ -16,7 +16,7 @@ class Foo(TypedDict):
16
17
18
class FooGeneric(TypedDict, Generic[T]):
19
- a: Optional[T] # noqa: UP045 while < (3, 10)
+ a: Optional[T]
20
21
22
class VeryAnnotated(TypedDict, total=False):
0 commit comments