mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 13:32:20 +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