DO_NOT_MERGE CSIT-1194 - Framework easy pylint improvements
[csit.git] / resources / libraries / python / DropRateSearch.py
index e87ef95..0c4f2c6 100644 (file)
@@ -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