Skip to content

Commit

Permalink
added missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jan 14, 2025
1 parent 67ab7b3 commit b45ec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data/test_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_dir_parser(
dataset_type: DatasetType,
url: str,
expected_task_types: Set[str],
storage_url,
storage_url: str,
):
if not url.startswith("roboflow://"):
url = f"{storage_url}/{url}"
Expand Down

0 comments on commit b45ec97

Please sign in to comment.