From 81d1f1159dfc60a56742183476f1a3cdf28524f7 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:00:55 +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 0bbffd1 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/tests/security_audit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blockchain_integration/tests/security_audit.py b/blockchain_integration/tests/security_audit.py index 780ec48d3..d5a7e430f 100644 --- a/blockchain_integration/tests/security_audit.py +++ b/blockchain_integration/tests/security_audit.py @@ -1,6 +1,8 @@ import unittest + from pi_network.pi_network_core import PiNetworkCore + class SecurityAudit(unittest.TestCase): def test_transaction_validation(self): # Implement security audit test cases