mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 20:10:08 +00:00
chore(build): Fix typo and new pre-commit config (#987)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from typing import TypedDict, Optional, Dict, List
|
||||
from dataclasses import dataclass
|
||||
from typing import TypeVar, Generic, Any
|
||||
from typing import Any, Dict, Generic, List, Optional, TypedDict, TypeVar
|
||||
|
||||
from dbgpt._private.pydantic import BaseModel, Field
|
||||
|
||||
T = TypeVar("T")
|
||||
|
Reference in New Issue
Block a user