You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
With the newest rule from Flake8, the methods get_entities_byfield and get_entity_byfield started failing on rule 'E722 do not use bare except'.
Taking a more in depth look in the code, I see these methods, as well as a few other, are not called anywhere in the repository and are likely remnants used by deprecated/removed classes now.
Since whatever code was using them has been removed, and these methods do not seem necessary nor do they seem to add any value, I'd suggest removing them.
Methods to be removed:
get_entities_byfield
get_entity_byfield
get_entities_byrange
conditional_post
Environment Details
OneView SDK Version: 4.2.0
The text was updated successfully, but these errors were encountered:
Scenario/Intent
With the newest rule from Flake8, the methods
get_entities_byfield
andget_entity_byfield
started failing on rule 'E722 do not use bare except'.Taking a more in depth look in the code, I see these methods, as well as a few other, are not called anywhere in the repository and are likely remnants used by deprecated/removed classes now.
Since whatever code was using them has been removed, and these methods do not seem necessary nor do they seem to add any value, I'd suggest removing them.
Methods to be removed:
get_entities_byfield
get_entity_byfield
get_entities_byrange
conditional_post
Environment Details
The text was updated successfully, but these errors were encountered: