Skip to content

Commit

Permalink
👔 remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dizballanze committed Jul 11, 2017
1 parent fdb1740 commit 9837492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_eraserhead_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def capture_stdout(command, *args, **kwargs):


def get_index_page(client, uri):
resp = client.get(uri)
client.get(uri)


@override_settings(INSTALLED_APPS=('eraserhead.apps.EraserheadConfig', 'bar'), ERASERHEAD_ENABLED=True)
Expand Down

0 comments on commit 9837492

Please sign in to comment.