mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
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:
@@ -569,9 +569,7 @@ class Bar(Foo):
|
||||
|
||||
#? int()
|
||||
another_variable
|
||||
#? str()
|
||||
foo
|
||||
#? int()
|
||||
#?
|
||||
an_int
|
||||
|
||||
def typed_dict_test_foo(arg: Bar):
|
||||
|
||||
Reference in New Issue
Block a user