Skip to content

Commit

Permalink
fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Jul 29, 2024
1 parent 9bd5d63 commit 22a013d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion payments_payu/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ def __init__(self, payu_base_url, script_params={}, *args, **kwargs):
</script>
<div id="payu-widget"></div>
""",
params=format_html_join(" ", "{}='{}'", ((k, v) for k, v in script_params.items())),
params=format_html_join(
" ", "{}='{}'", ((k, v) for k, v in script_params.items())
),
process_url=urljoin(
get_base_url(),
self.payment.get_process_url(),
Expand Down

0 comments on commit 22a013d

Please sign in to comment.