cjkrolak / ThermostatSupervisor

supervisor to detect and correct thermostat deviations
MIT License
0 stars 0 forks source link

env.dynamic_module_import: re-use existing local import instead of re-importing local object #761

Open cjkrolak opened 9 months ago

cjkrolak commented 9 months ago

warning message is printing multiple times per session, meaning local package is getting re-imported multiple times per script.

maybe detect existing local object and if it exists, do not re-import local copy.