Open gmuloc opened 3 months ago
In python 3.13 it will be built-in
in anta.result_manager.__init__.py these are not needed anymore
anta.result_manager.__init__.py
AntaCatalog.merge()
merge_catalogs()
In python 3.13 it will be built-in
740 is removing the usage of some functions and to be backward compatible we will keep them in until ANTA 2.0.0
in
anta.result_manager.__init__.py
these are not needed anymore802
AntaCatalog.merge()
method is deprecated in favor ofmerge_catalogs()
.