Explorar el Código

隐患标准库

xuguoyang hace 4 meses
padre
commit
ed3208ba0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      routers/api/hazardStandards/__init__.py

+ 1 - 1
routers/api/hazardStandards/__init__.py

@@ -8,7 +8,7 @@ from models import *
 import json
 import random
 from sqlalchemy import create_engine, select, or_
-from typing import Optional
+from typing import Optional,List
 import uuid
 from utils import *
 from common.security import valid_access_token