core/modules: get rid of set_repo uses, it was just complicating everythin
This commit is contained in:
parent
0f80e9d5e6
commit
403ec18385
5 changed files with 19 additions and 17 deletions
|
@ -27,3 +27,5 @@ def set_repo(name: str, repo: Union[Path, str]) -> None:
|
|||
|
||||
|
||||
# TODO set_repo is still useful, but perhaps move this thing away to core?
|
||||
|
||||
# TODO ok, I need to get rid of this, better to rely on regular imports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue