<div dir="ltr">Hi devs,<div><br></div><div>This is to inform you I have made changes with regard to how modules in the <i>stdm.data</i> package are being referenced - rather than importing the modules through the package as defined in __init__.py, I have refactored all references to import the functions and classes directly from the corresponding modules in <i>ref_config_mod</i> branch; for instance:</div><div><br></div><div><font color="#ff0000">from stdm.data import spatial_tables</font></div><div><br></div><div>has now been refactored to</div><div><br></div><div><font color="#0000ff">from stdm.data.pg_utils import spatial_tables</font></div><div><br></div><div>The reason is to enable proper importing of modules when writing tests, which were initially failing.</div><div><br></div><div>Consequently, please ensure that you accept server changes pertaining to stdm.data.* changes across the plugin in <i>ref_config_mod</i> branch and master (eventually when merged).</div><div><br></div><div>Regards,</div><div><br></div><div>John</div></div>