Skip to content

Commit

Permalink
No benefit to a raw docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Aug 28, 2024
1 parent ebff7bb commit f5c8d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/rules/curate.smk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rule concat_geolocation_rules:


def format_field_map(field_map: dict[str, str]) -> str:
r"""
"""
Format dict to `"key1"="value1" "key2"="value2"...` for use in shell commands.
"""
return " ".join([f'"{key}"="{value}"' for key, value in field_map.items()])
Expand Down

0 comments on commit f5c8d68

Please sign in to comment.