style: 使用ruff格式化config模块,优化导入

This commit is contained in:
insistence
2024-07-12 11:19:07 +08:00
parent ed9ad54b46
commit 9b40c05e64
7 changed files with 91 additions and 55 deletions

View File

@@ -15,6 +15,7 @@ class BusinessType(Enum):
GENCODE: 生成代码
CLEAN: 清空数据
"""
OTHER = 0
INSERT = 1
UPDATE = 2