Fix lint
This commit is contained in:
parent
bb1ed71c7e
commit
4060fcc1c6
@ -546,7 +546,8 @@ class CommandDispatcher:
|
|||||||
|
|
||||||
tabbed_browser.tabopen(self._current_url())
|
tabbed_browser.tabopen(self._current_url())
|
||||||
if not keep:
|
if not keep:
|
||||||
self._tabbed_browser.close_tab(self._current_widget(), add_undo=False)
|
self._tabbed_browser.close_tab(self._current_widget(),
|
||||||
|
add_undo=False)
|
||||||
|
|
||||||
def _back_forward(self, tab, bg, window, count, forward):
|
def _back_forward(self, tab, bg, window, count, forward):
|
||||||
"""Helper function for :back/:forward."""
|
"""Helper function for :back/:forward."""
|
||||||
|
Loading…
Reference in New Issue
Block a user