mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-02 04:00:40 +00:00
Importing a submodule rebinds it as an attribute of its parent package, so restoring only the sys.modules entry left semantica.utils.progress_tracker and sys.modules['semantica.utils.progress_tracker'] pointing at different objects for every test that ran afterwards. Addresses review feedback on #1254.