From 26b08551f85f4d966b6ba31da8cf46008bdb21a7 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:36:09 +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 d4aab9f 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 --- user_behavior_analysis/data_preparation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/user_behavior_analysis/data_preparation.py b/user_behavior_analysis/data_preparation.py index d4ba0d266..ec5d74c6e 100644 --- a/user_behavior_analysis/data_preparation.py +++ b/user_behavior_analysis/data_preparation.py @@ -1,5 +1,6 @@ import pandas as pd + class DataPreparation: def __init__(self, data_file): self.data_file = data_file