Fix PEP 257 violation

This commit is contained in:
Jonas Schürmann 2015-10-29 00:52:44 +01:00
parent ebe9835e5a
commit 618d9ceabf

View File

@ -301,7 +301,6 @@ class TabbedBrowser(tabwidget.TabWidget):
def undo(self): def undo(self):
"""Undo removing of a tab.""" """Undo removing of a tab."""
# Remove unused tab which may be created after the last tab is closed # Remove unused tab which may be created after the last tab is closed
last_close = config.get('tabs', 'last-close') last_close = config.get('tabs', 'last-close')
if last_close in ['blank', 'startpage', 'default-page']: if last_close in ['blank', 'startpage', 'default-page']: