Fix PEP 8 issues.

pull/23196/head
Matt Clay 8 years ago
parent 2c9543e0b7
commit 11138abc51

@ -125,6 +125,7 @@ def basic_launch_config():
return
raise
@pytest.fixture(scope='module')
def scratch_vpc():
if not os.getenv('PLACEBO_RECORD'):
@ -187,6 +188,7 @@ def scratch_vpc():
return
raise
@pytest.fixture(scope='module')
def maybe_sleep():
"""If placebo is reading saved sessions, make sleep always take 0 seconds.

@ -44,6 +44,7 @@ bad_json_tpl = """{
}
}"""
class FakeModule(object):
def __init__(self, **kwargs):
self.params = kwargs

Loading…
Cancel
Save