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
Some checks failed
CI / Lint, test, and build (push) Failing after 46s
This commit is contained in:
parent
176359d010
commit
5053a4c4db
4 changed files with 3 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue