flake8 fixes

This commit is contained in:
thuck 2016-11-22 06:57:00 +01:00
parent be980a7268
commit 9dff4299e8
2 changed files with 2 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class CommandDispatcher:
@cmdutils.register(instance='command-dispatcher', scope='window')
@cmdutils.argument('count', count=True)
def tab_close(self, prev=False, next_=False, opposite=False,
force=False, count=None):
force=False, count=None):
"""Close the current/[count]th tab.
Args:

View File

@ -20,6 +20,7 @@
import pytest_bdd as bdd
bdd.scenarios('tabs.feature')
@bdd.when("I wait for a prompt")
def wait_for_prompt(quteproc):
quteproc.wait_for(message='Asking question *')