소스 검색

隐患标准库

xuguoyang 5 달 전
부모
커밋
ed3208ba0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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