mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-09 10:42:29 +08:00
Fix a lot of test related typing issues
This commit is contained in:
@@ -222,7 +222,7 @@ def test_goto_stubs_on_itself(Script, code, type_):
|
||||
|
||||
def test_module_exists_only_as_stub(Script):
|
||||
try:
|
||||
import redis # noqa: F401
|
||||
import redis # type: ignore[import-untyped] # noqa: F401
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user