Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix urlpatterns use Sequence instead of List (#19)
Use `Sequence` instead of `List` in `apply_suffix_patterns` and `format_suffix_patterns`. This thread, python/mypy#3351 (comment), explains why `List`, which is invariant, isn't suitable here
- Loading branch information