We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5a6af commit 865d491Copy full SHA for 865d491
replicate/deployment.py
@@ -12,7 +12,7 @@
12
try:
13
from pydantic import v1 as pydantic # type: ignore
14
except ImportError:
15
- pass # type: ignore
+ import pydantic # type: ignore
16
17
18
if TYPE_CHECKING:
replicate/model.py
@@ -11,7 +11,7 @@
11
replicate/training.py
@@ -24,7 +24,7 @@
24
25
26
27
28
29
30
from replicate.client import Client
0 commit comments