remove stupid rules

This commit is contained in:
Deeman
2025-10-12 21:44:56 +02:00
parent 7e06eae5ac
commit 6c93021f2d
9 changed files with 20 additions and 35 deletions

View File

@@ -1,8 +1,9 @@
"""Pytest configuration and fixtures."""
import pytest
from unittest.mock import Mock, patch
import pytest
@pytest.fixture
def mock_esc_env(tmp_path):

View File

@@ -1,6 +1,7 @@
"""End-to-end tests for the materia CLI."""
from typer.testing import CliRunner
from materia.cli import app
runner = CliRunner()