Skip to content

Commit 0ecc9e8

Browse files
committed
fix
1 parent 7464ebe commit 0ecc9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inferencesh/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from typing import Optional, Union, ClassVar
2-
from pydantic import BaseModel, ConfigDict
2+
from pydantic import BaseModel, ConfigDict, PrivateAttr
33
import mimetypes
44
import os
55
import urllib.request

0 commit comments

Comments
 (0)