autopep8 fix for flake8
[bottlenecks.git] / testsuites / vstf / vstf_scripts / vstf / controller / reporters / report / html / html_base.py
index 5769da7..02606b4 100644 (file)
@@ -13,6 +13,7 @@ import vstf.common.pyhtml as pyhtm
 
 
 class HtmlBase(object):
+
     def __init__(self, provider):
         self._page = pyhtm.PyHtml('Html Text')
         self._provider = provider