Explorar el Código

fix: time import error

latapp hace 9 meses
padre
commit
54ca6a0b01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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