sodafoundation / delfin

delfin is the SODA Infrastructure Manager project which provides unified, intelligent and scalable resource management, alert and performance monitoring
https://sodafoundation.io/
Apache License 2.0
202 stars 355 forks source link

Replaced un-used variable _sort_key in delfin/common/sqlalchemyutils.py #894

Closed ArjunGK22 closed 2 years ago

ArjunGK22 commented 2 years ago

The PR replaces the unused variable '_sortkey ' with " _ " (underscore) in delfin/common/sqlalchemyutils.py : line 106

The PR also removes the init function which was redundant <delfin/drivers/dell_emc/vmax/alert_handler/unisphere_alerts.py>

This PR fixes #885 and fixes #887.

joseph-v commented 2 years ago

Please rebase removing un-necessary commits