https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 4e3fdc062cf2bbf952e99ad3cbc3ab72c6b8cefa authored by Nicolas Dandrimont on 27 October 2020, 14:38:26 UTC
Throw fewer deprecation warnings for the RawExtrinsicMetadata id attr
Tip revision: 4e3fdc0
__init__.py
from pkgutil import extend_path
from typing import Iterable

__path__ = extend_path(__path__, __name__)  # type: Iterable[str]
back to top