Merge "Removed H404, H405, H305 ignore in pep8"

This commit is contained in:
Jenkins
2015-12-14 10:12:37 +00:00
committed by Gerrit Code Review
12 changed files with 139 additions and 140 deletions

View File

@@ -27,7 +27,9 @@ LOG = log.getLogger(__name__)
@six.add_metaclass(abc.ABCMeta)
class BaseStrategy(object):
"""A Strategy is an algorithm implementation which is able to find a
"""A base class for all the strategies
A Strategy is an algorithm implementation which is able to find a
Solution for a given Goal.
"""