Skip to content

Commit 4a833fa

Browse files
committed
update docstring spacing
1 parent d8d824c commit 4a833fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

processes/page_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,11 @@ def get_manifest_schemas_name_dict(template_config_path: Optional[str] = "dca-te
159159
def get_template_download_link(term: str, schema_names_dict: dict[str, list[str]]) -> str:
160160
"""
161161
Constructs the download URL for a specific template based on its schema name.
162+
162163
Args:
163164
term: The name of the template (str).
164165
schema_names_dict: A dictionary containing the schema names and display names {display_name: [schema_name]}.
166+
165167
Returns:
166168
The download URL for the template (str).
167169
"""

0 commit comments

Comments
 (0)