Fix PEP 257 violation
This commit is contained in:
parent
ebe9835e5a
commit
618d9ceabf
@ -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']:
|
||||||
|
Loading…
Reference in New Issue
Block a user