mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-27 16:13:22 +08:00
static analysis import tests
This commit is contained in:
5
test/static_analysis/imports.py
Normal file
5
test/static_analysis/imports.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
#! import-error
|
||||
import not_existing
|
||||
|
||||
import os
|
||||
Reference in New Issue
Block a user