Skip to content

Commit

Permalink
fix some autocorrections from src
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 13, 2024
1 parent 430d391 commit c2d13e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwbinspector/tools/dandi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from concurrent.futures import ProcessPoolExecutor, as_completed


from nwbinspector.utils import is_module_installed, calculate_number_of_cpu
from ..utils import is_module_installed, calculate_number_of_cpu


def get_s3_urls_and_dandi_paths(dandiset_id: str, version_id: Optional[str] = None, n_jobs: int = 1) -> Dict[str, str]:
Expand Down

0 comments on commit c2d13e1

Please sign in to comment.