zhangqian 1 năm trước cách đây
mục cha
commit
5186980a81
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/models/agent_model.py

+ 1 - 1
app/models/agent_model.py

@@ -1,4 +1,4 @@
-from enum import IntEnum, StrEnum
+from enum import IntEnum
 from sqlalchemy import Column, String, Enum as SQLAlchemyEnum, Integer
 from app.models.base_model import Base