X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FDropRateSearch.py;h=0c4f2c6c026ec96b5af23dfbc144de059684189a;hp=e87ef95434c4c2612d94267e3739a7b1870bb0b6;hb=669d320bc64e41f879c047a39a66b8ec99bf4b1e;hpb=37a9451377f7239365b5af778b8072d1585a2d2a diff --git a/resources/libraries/python/DropRateSearch.py b/resources/libraries/python/DropRateSearch.py index e87ef95434..0c4f2c6c02 100644 --- a/resources/libraries/python/DropRateSearch.py +++ b/resources/libraries/python/DropRateSearch.py @@ -61,6 +61,8 @@ 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