From 7e311a7d74226ee58b28f8a21b27bc7ee00e0a5f Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 07:04:20 +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 ffdbc7b 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 --- models/ai_models/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/models/ai_models/__init__.py b/models/ai_models/__init__.py index f230d5c..eee48be 100644 --- a/models/ai_models/__init__.py +++ b/models/ai_models/__init__.py @@ -1,4 +1,2 @@ # Initialize the ai_models package -from. import neural_networks -from. import computer_vision -from. import natural_language_processing +from . import computer_vision, natural_language_processing, neural_networks