mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Remove unsused dummy variable
This commit is contained in:
parent
10dab8eef8
commit
62de5da1ff
|
@ -9,7 +9,6 @@ from ...cli.train import train
|
|||
|
||||
@pytest.mark.xfail
|
||||
def test_cli_trained_model_can_be_saved(tmpdir):
|
||||
cmd = None
|
||||
lang = 'nl'
|
||||
output_dir = str(tmpdir)
|
||||
train_file = NamedTemporaryFile('wb', dir=output_dir, delete=False)
|
||||
|
|
Loading…
Reference in New Issue
Block a user