Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 8, 2023
1 parent ac0c9a6 commit ea3fc9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dandi/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

from .skip import skipif
from .. import get_logger
from ..cli.organize import organize
from ..cli.cmd_organize import organize
from ..consts import (
DandiInstance,
dandiset_metadata_file,
Expand Down
2 changes: 1 addition & 1 deletion dandi/tests/test_organize.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pytest
import ruamel.yaml

from ..cli.organize import organize
from ..cli.cmd_organize import organize
from ..consts import dandiset_metadata_file, file_operation_modes
from ..organize import (
_sanitize_value,
Expand Down

0 comments on commit ea3fc9c

Please sign in to comment.