Skip to content

Commit

Permalink
Typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Jul 21, 2022
1 parent a3c6b68 commit 6c4e18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def _bids_discover_and_validate(
else:
bids_datasets_to_validate = bids_datasets
bids_datasets_to_validate.sort()
valid_datasets = []
valid_datasets: List[str] = []
invalid_datasets = []
for bd in bids_datasets_to_validate:
validator_result = validate_bids(bd)
Expand Down

0 comments on commit 6c4e18e

Please sign in to comment.