Skip to content

Commit

Permalink
fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tisdall committed Mar 4, 2016
1 parent 3b8b9e0 commit f9fe779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sasstests.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,6 @@ def test_wsgi_sass_middleware(self):
self.assertEqual('text/plain', r.mimetype)
r = client.get('/static/a.scss.css')
self.assertEqual(200, r.status_code)
src_path = normalize_path(os.path.join(src_dir, 'a.scss'))
self.assert_bytes_equal(
b(A_EXPECTED_CSS_WITH_MAP),
r.data
Expand Down

0 comments on commit f9fe779

Please sign in to comment.