lint: remove unused typing import; mark test pytest import as noqa F401
All checks were successful
CI / Lint, test, and build (push) Successful in 48s
All checks were successful
CI / Lint, test, and build (push) Successful in 48s
This commit is contained in:
parent
ab4f017ba8
commit
176359d010
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import json
|
|||
import sqlite3
|
||||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
import pytest # noqa: F401
|
||||
|
||||
REPO_ROOT = Path(__file__).resolve().parents[1]
|
||||
sys.path.append(str(REPO_ROOT))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue