Skip to content

Commit

Permalink
Fix a flake8 error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jun 16, 2015
1 parent df8ff85 commit 0b7a31d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handroll/tests/test_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,5 @@ def test_has_atom_url_in_metadata(self):
extension = BlogExtension(director.config)
extension.on_pre_composition(director)
self.assertEqual(
'https://www.example.com/archive.html', extension.atom_metadata['url'])
'https://www.example.com/archive.html',
extension.atom_metadata['url'])

0 comments on commit 0b7a31d

Please sign in to comment.