chore: remove all unused imports
All checks were successful
build / build (push) Successful in 1m42s
All checks were successful
build / build (push) Successful in 1m42s
This commit is contained in:
parent
48d01045b5
commit
ee6e0f658f
|
@ -35,6 +35,7 @@ repos:
|
||||||
rev: v2.4.0
|
rev: v2.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pycln
|
- id: pycln
|
||||||
|
args: [-a, --config=pyproject.toml]
|
||||||
- repo: https://github.com/PyCQA/bandit
|
- repo: https://github.com/PyCQA/bandit
|
||||||
rev: 1.7.10
|
rev: 1.7.10
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
from typing import Any, Dict, List, Optional
|
from typing import Any, Dict, List, Optional
|
||||||
|
|
||||||
import rtoml
|
|
||||||
from pydantic import BaseModel, Field
|
from pydantic import BaseModel, Field
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user