chore: remove all unused imports
All checks were successful
build / build (push) Successful in 1m42s

This commit is contained in:
张泊明518370910136 2024-11-09 19:42:19 -05:00
parent 48d01045b5
commit ee6e0f658f
GPG Key ID: D47306D7062CDA9D
2 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,7 @@ repos:
rev: v2.4.0
hooks:
- id: pycln
args: [-a, --config=pyproject.toml]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
hooks:

View File

@ -1,6 +1,5 @@
from typing import Any, Dict, List, Optional
import rtoml
from pydantic import BaseModel, Field