From 495bc3ecc942b7a0e388ba9245cc2abfceafee77 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Mon, 18 Nov 2024 13:53:06 +0100 Subject: [PATCH] isort --- src/pretix/plugins/stripe/signals.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pretix/plugins/stripe/signals.py b/src/pretix/plugins/stripe/signals.py index 74578754c..29189b7d2 100644 --- a/src/pretix/plugins/stripe/signals.py +++ b/src/pretix/plugins/stripe/signals.py @@ -46,10 +46,10 @@ from pretix.presale.signals import html_head, process_response def register_payment_provider(sender, **kwargs): from .payment import ( StripeAffirm, StripeAlipay, StripeBancontact, StripeCC, StripeEPS, - StripeGiropay, StripeIdeal, StripeKlarna, StripeMultibanco, - StripePayPal, StripePrzelewy24, StripeRevolutPay, + StripeGiropay, StripeIdeal, StripeKlarna, StripeMobilePay, + StripeMultibanco, StripePayPal, StripePrzelewy24, StripeRevolutPay, StripeSEPADirectDebit, StripeSettingsHolder, StripeSofort, StripeSwish, - StripeTwint, StripeWeChatPay, StripeMobilePay + StripeTwint, StripeWeChatPay, ) return [