diff --git a/test/completion/pep0484_typing.py b/test/completion/pep0484_typing.py index 6472880d..73ab32ee 100644 --- a/test/completion/pep0484_typing.py +++ b/test/completion/pep0484_typing.py @@ -569,9 +569,7 @@ class Bar(Foo): #? int() another_variable - #? str() - foo - #? int() + #? an_int def typed_dict_test_foo(arg: Bar):