Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b75d411

Browse files
committed
Style fix
1 parent e921db7 commit b75d411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repologyapp/template_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'badge_latest_versions': 'BadgeLatestVersions',
3333
}
3434

35-
RUST_TO_PYTHON_ENDPOINT_NAMES = { rust: python for python, rust in PYTHON_TO_RUST_ENDPOINT_NAMES.items() }
35+
RUST_TO_PYTHON_ENDPOINT_NAMES = {rust: python for python, rust in PYTHON_TO_RUST_ENDPOINT_NAMES.items()}
3636

3737

3838
def url_for(**args: Any) -> Any:

0 commit comments

Comments
 (0)