mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed redundant line
This commit is contained in:
parent
81cb958470
commit
4133adf5ed
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue