aristanetworks / anta

What do you call an ant with frogs legs?
https://anta.arista.com/
Apache License 2.0
51 stars 26 forks source link

Feat: Add a deprecated decorator for any function and use it on the unused functions #754

Open gmuloc opened 3 months ago

gmuloc commented 3 months ago

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 anymore

802 AntaCatalog.merge() method is deprecated in favor of merge_catalogs().