Remove two redundant empty lines.

PEP8 suggests to use two empty lines to separate functions, not three.
This commit is contained in:
Petr Zemek 2014-10-27 11:13:03 +01:00
parent feeab8fa00
commit cbd4f414c6
2 changed files with 0 additions and 2 deletions

View file

@ -33,7 +33,6 @@ def leak_detector(request):
request.addfinalizer(ensure_clean_request_context)
@pytest.fixture(params=(True, False))
def limit_loader(request, monkeypatch):
"""Patch pkgutil.get_loader to give loader without get_filename or archive.