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,9 +1,5 @@
|
|||
import sys
|
||||
from pathlib import Path
|
||||
import pytest # noqa: F401
|
||||
|
||||
REPO_ROOT = Path(__file__).resolve().parents[1]
|
||||
sys.path.append(str(REPO_ROOT))
|
||||
from scripts import nginx_config as nc
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue