Skip to content

Commit

Permalink
Codestyle fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Oct 1, 2018
1 parent 25157c7 commit 772c06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_furl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ def _param(self, url, key, val):

def test_constructor_and_set(self):
f = furl.furl(
'http://user:[email protected]/', args={'hi':'bye'},
'http://user:[email protected]/', args={'hi': 'bye'},
scheme='scrip', path='prorp', host='horp', fragment='fraggg')
assert f.url == 'scrip://user:pass@horp/prorp?hi=bye#fraggg'

Expand Down

0 comments on commit 772c06e

Please sign in to comment.