removed redundant line

This commit is contained in:
Jakub Trllo 2022-06-28 14:10:37 +02:00
parent 81cb958470
commit 4133adf5ed

View file

@ -278,7 +278,6 @@ def cors_middleware(
return middleware
def match_items(items: UrlCollection, value: str) -> bool:
"""Go through all items and try to match item with given value."""
return any(match_path(item, value) for item in items)