From 772c06ed038105d33e3bc16e74f47375c25e0a57 Mon Sep 17 00:00:00 2001 From: Ansgar Grunseid Date: Mon, 1 Oct 2018 15:51:57 -0700 Subject: [PATCH] Codestyle fix. --- tests/test_furl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_furl.py b/tests/test_furl.py index 244c980..16ccc1c 100644 --- a/tests/test_furl.py +++ b/tests/test_furl.py @@ -1156,7 +1156,7 @@ def _param(self, url, key, val): def test_constructor_and_set(self): f = furl.furl( - 'http://user:pass@pumps.ru/', args={'hi':'bye'}, + 'http://user:pass@pumps.ru/', args={'hi': 'bye'}, scheme='scrip', path='prorp', host='horp', fragment='fraggg') assert f.url == 'scrip://user:pass@horp/prorp?hi=bye#fraggg'