Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement and enforce explicit re-export for cirq modules (#6722)
* Enable and enforce the `no_implicit_reexport` mypy rule for cirq modules * Update `__init__.py` files so they explicitly re-export public symbols, but do not re-export local symbols or submodules already in parent namespace * Fix few instances of imports from incorrect modules Fixes #6717 --------- Co-authored-by: Pavol Juhas <[email protected]>
- Loading branch information