Skip to content

Commit

Permalink
Fixed flake8 "Missing whitespace around operator"
Browse files Browse the repository at this point in the history
  • Loading branch information
panda73111 committed Apr 24, 2016
1 parent f8c0e9a commit f6a5da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def test_path_matching(self):

def test_date_parsing(self):
parse_func = helpers.CookieJar._parse_date
utc=datetime.timezone.utc
utc = datetime.timezone.utc

self.assertEqual(parse_func(""), None)

Expand Down

0 comments on commit f6a5da4

Please sign in to comment.