Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
darius BERNARD committed Feb 8, 2017
1 parent 91f7697 commit e92513c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testproject/testapp/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,5 @@ def test_create_bad_config(self):
})
self.assertContains(res, 'not a valid json')



def test_wsgi_import(self):
import testproject.wsgi # NOQA
import testproject.wsgi # NOQA

0 comments on commit e92513c

Please sign in to comment.