Revert "Added an empty __init__.py file to the MLIR Python bindings"

This reverts commit b50893db52.

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.
This commit is contained in:
Alex Zinenko 2022-03-31 20:01:12 +02:00
parent 14e3650f01
commit 3a4ada6991
1 changed files with 0 additions and 3 deletions

View File

@ -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