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
|
@ -18,7 +18,7 @@ from __future__ import annotations
|
|||
|
||||
import sqlite3
|
||||
from pathlib import Path
|
||||
from typing import Dict, List, Optional, Set
|
||||
from typing import List, Optional, Set
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
import json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue