Pylint fix

This commit is contained in:
George Edward Bulmer 2018-03-24 21:52:26 +00:00
parent b9bcad9c14
commit eb5684e5f7

View File

@ -248,7 +248,8 @@ def test_successful_update(config_stub, basedir, download_stub,
def test_parsing_multiple_hosts_on_line(config_stub, basedir, download_stub,
data_tmpdir, tmpdir, win_registry, caplog):
data_tmpdir, tmpdir, win_registry,
caplog):
"""Ensure multiple hosts on a line get parsed correctly"""
host_blocker = adblock.HostBlocker()
bytes_host_line = ' '.join(BLOCKLIST_HOSTS).encode('utf-8')