linting fix

This commit is contained in:
raspawar 2025-04-02 14:26:48 +00:00 committed by Rashmi Pawar
parent 2baf252f71
commit cf3f3ff130
3 changed files with 5 additions and 8 deletions

View file

@ -440,7 +440,7 @@ class DatasetsRoutingTable(CommonRoutingTableImpl, Datasets):
# infer provider from source
if metadata:
if metadata.get("provider"):
provider_id = metadata.get("provider") # pass through from nvidia datasetio
provider_id = metadata.get("provider") # pass through from nvidia datasetio
elif source.type == DatasetType.rows.value:
provider_id = "localfs"
elif source.type == DatasetType.uri.value: