Skip to content

hypothesis_strategies: Fix mypy error

Antoine Lambert requested to merge anlambert/swh-model:fix-mypy-error into master

Use a list instead of a tuple to keep mypy happy with latest hypothesis version.

Merge request reports