Revert "Added an empty __init__.py file to the MLIR Python bindings"
authorAlex Zinenko <zinenko@google.com>
Thu, 31 Mar 2022 18:01:12 +0000 (20:01 +0200)
committerAlex Zinenko <zinenko@google.com>
Thu, 31 Mar 2022 18:03:52 +0000 (20:03 +0200)
commit3a4ada699143ce4aa2efc7137f87308cfdabf682
tree1bbee8b2354e0a7d68e1fcbc8262d3ab01865ca7
parent14e3650f01d158f7e4117c353927a07ceebdd504
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 [deleted file]