swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 7131dcb9cfd13ad3b0b58bfd8002e8c830ed47e6 authored by Valentin Lorentz on 07 July 2020, 11:07:33 UTC
Make metadata-related endpoints consistent with other endpoints by using Iterables of swh-model objects instead of a dict.
Tip revision: 7131dcb
pyproject.toml
[tool.black]
target-version = ['py37']
back to top