From cae2c5ea0f34d61e5bfa7f2bae47ae2894fa7eba Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Mon, 13 Jun 2022 16:28:36 -0500 Subject: [PATCH] delete pointless py header in empty __init__.py --- .../dummy_pack_23/actions/workflows/__init__.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/st2tests/st2tests/fixtures/packs/dummy_pack_23/actions/workflows/__init__.py b/st2tests/st2tests/fixtures/packs/dummy_pack_23/actions/workflows/__init__.py index 30c83ff44f..e69de29bb2 100644 --- a/st2tests/st2tests/fixtures/packs/dummy_pack_23/actions/workflows/__init__.py +++ b/st2tests/st2tests/fixtures/packs/dummy_pack_23/actions/workflows/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2020 The StackStorm Authors. -# Copyright 2019 Extreme Networks, Inc. -# -# 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.