listify_uris# listify_uris(uris: str | list[str]) → list[str][source]# Convert to URI to list if needed. Parameters: uris (str | list[str]) – Return type: list[str]