This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 ae6edb1b944 Remove `airflow/compat/` dir (#45689)
ae6edb1b944 is described below
commit ae6edb1b9444da9bffce234604a0ec6cf0ea50e2
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Jan 16 00:18:51 2025 +0530
Remove `airflow/compat/` dir (#45689)
The last module in this dir was removed in
https://github.com/apache/airflow/pull/42766
---
airflow/compat/__init__.py | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/airflow/compat/__init__.py b/airflow/compat/__init__.py
deleted file mode 100644
index 13a83393a91..00000000000
--- a/airflow/compat/__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.