You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/02/17 08:48:19 UTC

[airflow] branch main updated: Remove internal_api test folder (#29584)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f0d83c5e15 Remove internal_api test folder (#29584)
f0d83c5e15 is described below

commit f0d83c5e156f7644dec1d3d4a5e52c5a26a5fbad
Author: Pierre Jeambrun <pi...@gmail.com>
AuthorDate: Fri Feb 17 09:48:11 2023 +0100

    Remove internal_api test folder (#29584)
---
 tests/internal_api/__init__.py | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/tests/internal_api/__init__.py b/tests/internal_api/__init__.py
deleted file mode 100644
index 13a83393a9..0000000000
--- a/tests/internal_api/__init__.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you 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.