From 969f431738a0a59582f5170d0823100100625563 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:58 +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 6c2e77c 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/clustering.py | 1 + 1 file changed, 1 insertion(+) diff --git a/user_behavior_analysis/clustering.py b/user_behavior_analysis/clustering.py index 38c5a4f38..e8a832e94 100644 --- a/user_behavior_analysis/clustering.py +++ b/user_behavior_analysis/clustering.py @@ -1,6 +1,7 @@ import numpy as np from sklearn.cluster import KMeans + class Clustering: def __init__(self, data, features): self.data = data