From c3939ac4ce0838c000b1fe856b18b43a20e02c6b Mon Sep 17 00:00:00 2001 From: icfaust Date: Fri, 11 Oct 2024 01:02:07 -0700 Subject: [PATCH] formatting --- sklearnex/preview/cluster/__init__.py | 30 +++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/sklearnex/preview/cluster/__init__.py b/sklearnex/preview/cluster/__init__.py index 556147011b..0c17463114 100644 --- a/sklearnex/preview/cluster/__init__.py +++ b/sklearnex/preview/cluster/__init__.py @@ -1,18 +1,18 @@ -/******************************************************************************* -* Copyright 2024 Intel Corporation -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*******************************************************************************/ +# =============================================================================== +# Copyright 2024 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# =============================================================================== from ._louvain import Louvain