fix: resolve CI test failures - restore missing imports and fix workflow
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 19:10:26 +00:00
parent 9ed230ed78
commit b7689eea28

View File

@@ -1,10 +1,9 @@
"""Tests for CLI commands.""" """Tests for CLI commands."""
import pytest
import tempfile import tempfile
import os import os
from click.testing import CliRunner
from pathlib import Path from pathlib import Path
from click.testing import CliRunner
class TestCLIConvert: class TestCLIConvert: