From 0dcf6758fd83b8d0faf4e23eb95e86c84e57fc4e Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 06:55:34 +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 5b390f9 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/identity_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/blockchain_integration/pi_network/identity_manager.py b/blockchain_integration/pi_network/identity_manager.py index 20fb5cf2c..4f94e339f 100644 --- a/blockchain_integration/pi_network/identity_manager.py +++ b/blockchain_integration/pi_network/identity_manager.py @@ -1,5 +1,6 @@ import uport + class IdentityManager: def __init__(self, uport_api_key): self.uport = uport.Uport(api_key=uport_api_key)