Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
shimizukawa
/
python-no-senpai
like
1
Running
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"