mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Whitespace
This commit is contained in:
@@ -355,6 +355,7 @@ def test_dataclass_signature(Script, skip_pre_python37, start, start_params):
|
|||||||
price, = sig.params[-2].infer()
|
price, = sig.params[-2].infer()
|
||||||
assert price.name == 'float'
|
assert price.name == 'float'
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
'start, start_params', [
|
'start, start_params', [
|
||||||
['@define\nclass X:', []],
|
['@define\nclass X:', []],
|
||||||
|
|||||||
Reference in New Issue
Block a user