Skip to content

Commit

Permalink
thanks lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Nov 29, 2023
1 parent dc3095e commit af8a732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7794,7 +7794,7 @@ class Child(Base):
self.assertEqual(Child.__required_keys__, frozenset(['a']))
self.assertEqual(Child.__optional_keys__, frozenset(['b']))

def test_multiple_inheritance(self):
def test_multiple_inheritance_with_same_key(self):
class Base1(TypedDict):
a: NotRequired[int]

Expand Down

0 comments on commit af8a732

Please sign in to comment.