HomeSoftware Heritage

fix mypy error in swh/deposit/urls.py

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

fix mypy error in swh/deposit/urls.py

If djangorestframework-stubs does not contain the stub for
format_suffix_patterns, then mypy does not see any issue on passing it
a List[object] as argument, so the # type: ignore is useless,
so mypy complains about it.

Details

Provenance
vlorentzAuthored on Nov 27 2020, 11:11 AM
vlorentzPushed on Nov 27 2020, 1:52 PM
Differential Revision
D4608: Fix mypy error in swh/deposit/urls.py
Build Status
Buildable 17588
Build 27188: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.