mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Remove unused environment param
This commit is contained in:
@@ -136,7 +136,7 @@ def test_math(Script):
|
|||||||
assert value
|
assert value
|
||||||
|
|
||||||
|
|
||||||
def test_type_var(Script, environment, skip_python2):
|
def test_type_var(Script, skip_python2):
|
||||||
def_, = Script('import typing; T = typing.TypeVar("T1")').infer()
|
def_, = Script('import typing; T = typing.TypeVar("T1")').infer()
|
||||||
assert def_.name == 'TypeVar'
|
assert def_.name == 'TypeVar'
|
||||||
assert def_.description == 'class TypeVar'
|
assert def_.description == 'class TypeVar'
|
||||||
|
|||||||
Reference in New Issue
Block a user