Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 16, 2024
1 parent e921db7 commit b75d411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repologyapp/template_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'badge_latest_versions': 'BadgeLatestVersions',
}

RUST_TO_PYTHON_ENDPOINT_NAMES = { rust: python for python, rust in PYTHON_TO_RUST_ENDPOINT_NAMES.items() }
RUST_TO_PYTHON_ENDPOINT_NAMES = {rust: python for python, rust in PYTHON_TO_RUST_ENDPOINT_NAMES.items()}


def url_for(**args: Any) -> Any:
Expand Down

0 comments on commit b75d411

Please sign in to comment.