Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: explicitly mark exported names (#484)
Fixes compatibility with the [`--no-implicit-reexport`][1] mypy flag in downstream projects. The flag is commonly turned on when the downstream project makes use of mypy [strict mode][2]. [1]: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport [2]: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-strict Signed-off-by: Konstantinos Smanis <[email protected]>
- Loading branch information