diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-08-15 06:36:36 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-08-15 06:36:36 +0000 |
commit | 545216fdee77b0b9ddc8d5e8c0f2e5662cacea76 (patch) | |
tree | e981a8c081ee3f0da3f19684207ab0e22539dfbd /resources/libraries/python/DropRateSearch.py | |
parent | 6d941885b7974c992e5376a5c80dbe536ed0fc2f (diff) |
Reduce disabled pylint to address them not hide
+ Fixed Qemu
- Broad Exception should be addressed
- Policer is about to be refactored
- Drop search to be refactored
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I97eb992497ff6334057bf82a0f413387706e17fd
Diffstat (limited to 'resources/libraries/python/DropRateSearch.py')
-rw-r--r-- | resources/libraries/python/DropRateSearch.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/libraries/python/DropRateSearch.py b/resources/libraries/python/DropRateSearch.py index 0c4f2c6c02..e87ef95434 100644 --- a/resources/libraries/python/DropRateSearch.py +++ b/resources/libraries/python/DropRateSearch.py @@ -61,8 +61,6 @@ class SearchResultType(Enum): class DropRateSearch(object): """Abstract class with search algorithm implementation.""" - #TODO DropRateSearch should be refactored as part of CSIT-1378 - #pylint: disable=too-many-instance-attributes __metaclass__ = ABCMeta |