mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Remove unused environment param
This commit is contained in:
@@ -136,7 +136,7 @@ def test_math(Script):
|
||||
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()
|
||||
assert def_.name == 'TypeVar'
|
||||
assert def_.description == 'class TypeVar'
|
||||
|
||||
Reference in New Issue
Block a user