Skip to content

Commit

Permalink
Merge pull request #1359 from dandi/type-fix
Browse files Browse the repository at this point in the history
Fix typing error
  • Loading branch information
yarikoptic authored Nov 16, 2023
2 parents 18126ca + 2bb9c52 commit 29d2c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/cli/cmd_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@devel_debug_option()
@map_to_click_exceptions
def move(
paths: tuple[str],
paths: tuple[str, ...],
dandiset: str | None,
dry_run: bool,
existing: str,
Expand Down

0 comments on commit 29d2c9c

Please sign in to comment.