Remove __future__ usages

This commit is contained in:
Dave Halter
2020-07-02 03:15:07 +02:00
parent 155a1dd3fc
commit ef96c4c66b
9 changed files with 0 additions and 46 deletions

View File

@@ -1,12 +0,0 @@
"""
Tests ``from __future__ import absolute_import`` (only important for
Python 2.X)
"""
from jedi import Project
from .. import helpers
def test_can_complete_when_shadowing(Script):
path = helpers.get_example_dir('absolute_import', 'unittest.py')
script = Script(path=path, project=Project(helpers.get_example_dir('absolute_import')))
assert script.complete()