##// END OF EJS Templates
formatter: remove unused private attributes from baseformatter...
Yuya Nishihara -
r37614:8c121a98 default
parent child Browse files
Show More
@@ -160,8 +160,6 b' class baseformatter(object):'
160 160 def __init__(self, ui, topic, opts, converter):
161 161 self._ui = ui
162 162 self._topic = topic
163 self._style = opts.get("style")
164 self._template = opts.get("template")
165 163 self._converter = converter
166 164 self._item = None
167 165 # function to convert node to string suitable for this output
General Comments 0
You need to be logged in to leave comments. Login now