Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
broadfield/Mixtral-Agent
acecalisto3
/
Mistri
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
acecalisto3
commited on
Aug 17, 2024
Commit
b3b329a
·
verified
·
1 Parent(s):
9f70946
Update types.py
Browse files
Files changed (1)
hide
show
types.py
+2
-0
types.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
class Code:
2
def __init__(self, code: str, language: str):
3
self.code = code
1
+
from custom_types import SomeClass # Updated import
2
+
3
class Code:
4
def __init__(self, code: str, language: str):
5
self.code = code