Remove blank line to make pep257 happy.

This commit is contained in:
Florian Bruhin 2015-04-04 01:11:57 +02:00
parent 231feda2c8
commit 80b0692971

View File

@ -28,7 +28,6 @@ from qutebrowser.utils import debug
def test_log_time(caplog):
"""Test if log_time logs properly."""
logger_name = 'qt-tests'
with caplog.atLevel(logging.DEBUG, logger=logger_name):