Skip to content

Commit

Permalink
Minor change in datatype.
Browse files Browse the repository at this point in the history
  • Loading branch information
test committed Jun 14, 2024
1 parent 3bbbe9e commit d2ab36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_generator/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, name: str,
content_type: str,
target_audience: str,
link_hosted: bool,
peft_model_path: str = None):
peft_model_path: str | None):
self.name = name
self.repository_url = repository_url
self.root = root
Expand Down

0 comments on commit d2ab36f

Please sign in to comment.