Przeglądaj źródła

fix: time import error

latapp 9 miesięcy temu
rodzic
commit
54ca6a0b01
1 zmienionych plików z 1 dodań i 1 usunięć
  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