Skip to content

Commit 1ab0ea7

Browse files
committed
hotfix: fix "time.sleep" import
1 parent d27b693 commit 1ab0ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ragatouille/models/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from abc import ABC, abstractmethod
22
from copy import deepcopy
33
from pathlib import Path
4-
from time import time
4+
import time
55
from typing import Any, List, Literal, Optional, TypeVar, Union
66

77
import srsly

0 commit comments

Comments
 (0)