Skip to content

Use non-mutable type annotations in functions/methods

David Douard requested to merge douardda/swh-objstorage:fix-list-typing into master

Use Iterable instead of List, and Mapping instead of Dict where possible.

Edited by David Douard

Merge request reports