소스 검색

fix: time import error

latapp 9 달 전
부모
커밋
54ca6a0b01
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      routes/products.py

+ 1 - 1
routes/products.py

@@ -15,7 +15,7 @@ Permission levels:
 # Standard library imports
 from math import prod
 from logging import getLogger
-from time import time
+import time
 from typing import Optional
 
 # Third-party imports