Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed Sep 24, 2024
1 parent a061644 commit 7e7ad48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion datalad/core/distributed/clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
rmtree,
)

from .clone_utils import ( # needed because other code imports it from here; RIA imports needed b/c datalad-next imports it from here ATM;; Remove after core was released and next dropped the ria patch.
from .clone_utils import ( # needed because other code imports it from here
_check_autoenable_special_remotes,
_format_clone_errors,
_generate_candidate_clone_sources,
Expand All @@ -60,6 +60,11 @@
_test_existing_clone_target,
_try_clone_candidates,
decode_source_spec,
)

from .clone_utils import ( # isort: skip
# RIA imports needed b/c datalad-next imports it from here ATM
# Remove after core was released and next dropped the ria patch.
postclone_preannex_cfg_ria,
postclonecfg_ria,
)
Expand Down

0 comments on commit 7e7ad48

Please sign in to comment.