From a3270c70ef2a5eeb79c6e7be0d54bcab1b62b4b3 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 13:40:02 +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 f5ab1e8 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 --- market_conditions_analysis/data_preparation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/market_conditions_analysis/data_preparation.py b/market_conditions_analysis/data_preparation.py index 35d486dff..0fe55d337 100644 --- a/market_conditions_analysis/data_preparation.py +++ b/market_conditions_analysis/data_preparation.py @@ -1,5 +1,6 @@ import pandas as pd + class DataPreparation: def __init__(self, data_file): self.data_file = data_file