Skip to content

Move py.typed from swh/loader/{package,core}/ to swh/loader/

vlorentz requested to merge vlorentz/swh-loader-core:py.typed into master

There is code in swh/loader/cli.py, and swh-loader-metadata will need to import cli.py, causing mypy to complain when py.typed is missing.

Merge request reports