From 40a030f215e1943aefdb2eb6fe2a264b9b1ee33c Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 31 May 2016 19:58:28 +1200 Subject: Satisfy flake8 --- test/netlib/http/test_url.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/netlib/http/test_url.py') diff --git a/test/netlib/http/test_url.py b/test/netlib/http/test_url.py index 697c83a8..26b37230 100644 --- a/test/netlib/http/test_url.py +++ b/test/netlib/http/test_url.py @@ -1,6 +1,7 @@ from netlib import tutils from netlib.http import url + def test_parse(): with tutils.raises(ValueError): url.parse("") -- cgit v1.2.3