From f846c96c089dcee5da226cc5c5f652f8311cd563 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 07:34:38 +0000 Subject: [PATCH] style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf This commit fixes the style issues introduced in 8b2a9f7 according to the output from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf. Details: None --- blockchain_integration/pi_network/payment_gateways/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain_integration/pi_network/payment_gateways/__init__.py b/blockchain_integration/pi_network/payment_gateways/__init__.py index 70de367a4..2dc388901 100644 --- a/blockchain_integration/pi_network/payment_gateways/__init__.py +++ b/blockchain_integration/pi_network/payment_gateways/__init__.py @@ -1,3 +1,3 @@ from .paypal import PayPalPaymentGateway -from .stripe import StripePaymentGateway from .square import SquarePaymentGateway +from .stripe import StripePaymentGateway