From 3a4ada699143ce4aa2efc7137f87308cfdabf682 Mon Sep 17 00:00:00 2001 From: Alex Zinenko Date: Thu, 31 Mar 2022 20:01:12 +0200 Subject: [PATCH] Revert "Added an empty __init__.py file to the MLIR Python bindings" This reverts commit b50893db528cce45e5eb8d0ce367bc5b686b5558. Post-commit review pointed out that adding this file will require the entire Python tree (including out-of-tree projects) to come from the same directory, which might be problematic in non-default installations. Reverting pending further discussion. --- mlir/python/mlir/__init__.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 mlir/python/mlir/__init__.py diff --git a/mlir/python/mlir/__init__.py b/mlir/python/mlir/__init__.py deleted file mode 100644 index a0f4e3d5eea6..000000000000 --- a/mlir/python/mlir/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# Licensed under the Apache License v2.0 with LLVM Exceptions. -# See https://llvm.org/LICENSE.txt for license information. -# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception