From 6745c6f2d410ed64d3d8aabdf464f3bd3a1ce437 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 09:44:10 +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 62a14f2 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 --- core/account_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/account_manager.py b/core/account_manager.py index bda7e5344..dfd233aec 100644 --- a/core/account_manager.py +++ b/core/account_manager.py @@ -1,4 +1,4 @@ # Use type hints and docstrings for better code readability def create_account(user_id: int, account_type: str) -> Account: """Create a new account for a user""" - #... + # ...