Martín Hötzel Escardó
2018-04-23 19:55:03 UTC
I have reorganized a large code base by splitting and merging modules,
and moving things from one module to another, and I fear I am left with
very many redundant imports. Is there any way to detect them
automatically? This is important to try speed up "reloading" in
interactive mode. (Although already this refactoring has improved this bit.)
Thanks,
Martin
and moving things from one module to another, and I fear I am left with
very many redundant imports. Is there any way to detect them
automatically? This is important to try speed up "reloading" in
interactive mode. (Although already this refactoring has improved this bit.)
Thanks,
Martin