Skip to content

Commit

Permalink
Fix typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 16, 2023
1 parent cb86c9c commit 2bb9c52
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 2bb9c52

Please sign in to comment.