chore: Format agent code (#1077)

This commit is contained in:
Fangyin Cheng
2024-01-17 10:26:48 +08:00
committed by GitHub
parent 74eb15e01c
commit 9bdb4f94b8
12 changed files with 56 additions and 54 deletions

View File

@@ -1,13 +1,13 @@
from datetime import datetime
from sqlalchemy import (
Boolean,
Column,
DateTime,
Integer,
String,
Text,
UniqueConstraint,
Boolean,
)
from dbgpt.storage.metadata import BaseDao, Model