Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shimizukawa
/
python-no-senpai
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shimizukawa
commited on
Sep 22, 2023
Commit
e04649d
·
1 Parent(s):
85b30d8
fix nits
Browse files
Files changed (1)
hide
show
models.py
+1
-1
models.py
CHANGED
Viewed
@@ -19,5 +19,5 @@ class GithubIssue(BaseModel):
19
20
21
@dataclasses.dataclass(frozen=True)
22
-
class WikiPage:
23
type: str = "wiki"
19
20
21
@dataclasses.dataclass(frozen=True)
22
+
class WikiPage
(BaseModel)
:
23
type: str = "wiki"