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 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
  • Loading branch information
deepsource-autofix[bot] authored May 11, 2024
1 parent ffdbc7b commit 7e311a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions models/ai_models/__init__.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7e311a7

Please sign in to comment.