Commit 48da7859 by Bjorn Neergaard

fix: drop unneeded # type / # noqa

No longer needed with current mypy / flake8
parent b3015220
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore[has-type] # noqa: E501
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment