Skip to content

Commit

Permalink
style: format code with Autopep8, Black, ClangFormat, dotnet-format, …
Browse files Browse the repository at this point in the history
…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 adb9f01 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
  • Loading branch information
deepsource-autofix[bot] authored Jul 20, 2024
1 parent adb9f01 commit 052fa24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion did-module/did_based_autonomous_banking_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# did_module/did_based_autonomous_banking_api.py
import didkit
from pi_nexus_autonomous_banking_network import AutonomousBankingNetwork
from AutonomousBankingSmartContract import AutonomousBankingSmartContract
from pi_nexus_autonomous_banking_network import AutonomousBankingNetwork


class DIDBasedAutonomousBankingAPI:
def __init__(self, autonomous_banking_network: AutonomousBankingNetwork):
Expand Down

0 comments on commit 052fa24

Please sign in to comment.