Skip to content

Commit 6b928db

Browse files
committed
Merge remote-tracking branch 'origin/upgrade-ruff' into upgrade-ruff
2 parents 6c9eeec + c615c2e commit 6b928db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_typed_dict_test_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Foo(TypedDict):
1616

1717

1818
class FooGeneric(TypedDict, Generic[T]):
19-
a: Optional[T] # noqa: UP045 while < (3, 10)
19+
a: Optional[T]
2020

2121

2222
class VeryAnnotated(TypedDict, total=False):

0 commit comments

Comments
 (0)