lint: re-enable E402; remove sys.path hacks; drop unused pytest imports in tests
Some checks failed
CI / Lint, test, and build (push) Failing after 46s

This commit is contained in:
ngxstat-bot 2025-08-16 05:24:14 -05:00
commit 5053a4c4db
4 changed files with 3 additions and 18 deletions

View file

@ -1,12 +1,6 @@
import sys
import json
import sqlite3
from pathlib import Path
import pytest # noqa: F401
REPO_ROOT = Path(__file__).resolve().parents[1]
sys.path.append(str(REPO_ROOT))
from scripts import analyze
from scripts import generate_reports as gr