From edd37e568ac55fba22366138cdd5f1cd7b844938 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sat, 13 Jul 2024 11:39:59 +0200 Subject: [PATCH] Remove redundant __init__.py in hsml/tests --- hsml/python/tests/__init__.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 hsml/python/tests/__init__.py diff --git a/hsml/python/tests/__init__.py b/hsml/python/tests/__init__.py deleted file mode 100644 index 5b0cd48e7..000000000 --- a/hsml/python/tests/__init__.py +++ /dev/null @@ -1,15 +0,0 @@ -# -# Copyright 2024 Logical Clocks AB -# -# 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. -#