We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7464ebe commit 0ecc9e8Copy full SHA for 0ecc9e8
src/inferencesh/sdk.py
@@ -1,5 +1,5 @@
1
from typing import Optional, Union, ClassVar
2
-from pydantic import BaseModel, ConfigDict
+from pydantic import BaseModel, ConfigDict, PrivateAttr
3
import mimetypes
4
import os
5
import urllib.request
0 commit comments