style(e2e): ruff auto-fix imports and remove unused imports in e2e suite

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yuzviak
2026-04-16 22:02:29 +03:00
parent 9173e8d386
commit 1b069e2bb3
11 changed files with 4 additions and 13 deletions
-1
View File
@@ -4,7 +4,6 @@ from pathlib import Path
import pytest
REPO_ROOT = Path(__file__).resolve().parents[2]
DATASETS_ROOT = REPO_ROOT / "datasets"