mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-23 12:22:04 +08:00
Remove unused imports
This commit is contained in:
@@ -7,15 +7,16 @@ import os
|
||||
from os.path import abspath, dirname
|
||||
import functools
|
||||
|
||||
test_dir = dirname(abspath(__file__))
|
||||
root_dir = dirname(test_dir)
|
||||
|
||||
import pytest
|
||||
|
||||
import jedi
|
||||
from jedi._compatibility import is_py25
|
||||
|
||||
|
||||
test_dir = dirname(abspath(__file__))
|
||||
root_dir = dirname(test_dir)
|
||||
|
||||
|
||||
sample_int = 1 # This is used in completion/imports.py
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user