TypedDict test: fix Bar inheritance checks

Note: foo is defined as a function a the module level so I remove it
from consideration here to avoid complicating this test with other tests
in the module.
This commit is contained in:
Sam Roeca
2020-02-13 10:43:41 -05:00
parent ac47866c4c
commit d6f6c29a63

View File

@@ -569,9 +569,7 @@ class Bar(Foo):
#? int() #? int()
another_variable another_variable
#? str() #?
foo
#? int()
an_int an_int
def typed_dict_test_foo(arg: Bar): def typed_dict_test_foo(arg: Bar):