From 5ab1c6dbecda24edecfbd9522d60e37d11e41dae Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:39:29 +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 6956b2a 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 --- features/blockchain_identity_verification/blockchain_node.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features/blockchain_identity_verification/blockchain_node.py b/features/blockchain_identity_verification/blockchain_node.py index 65c4b2148..fa7815702 100644 --- a/features/blockchain_identity_verification/blockchain_node.py +++ b/features/blockchain_identity_verification/blockchain_node.py @@ -2,6 +2,7 @@ import bitcoinlib from bitcoinlib.keys import HDKey + def blockchain_node(): # Initialize the blockchain node hdkey = HDKey() @@ -14,9 +15,9 @@ def blockchain_node(): return result + # identity_verifier.py -import bitcoinlib -from bitcoinlib.keys import HDKey + def identity_verifier(): # Initialize the identity verifier