tests: remove unused imports from test_cli.py

This commit is contained in:
Sina Atalay 2024-04-30 15:18:41 +03:00
parent 623458e8d4
commit 6864bb8508
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import copy
import os
import shutil
@ -9,7 +8,6 @@ import pydantic
import ruamel.yaml
import pytest
import typer.testing
import time_machine
def test_welcome():
@ -416,7 +414,7 @@ def test_render_command_with_local_latex_command(tmp_path, input_file_path):
runner.invoke(
cli.app,
["render", str(input_file_path), "--local-latex-command", "pdflatex"],
["render", str(input_file_path), "--use-local-latex-command", "pdflatex"],
)