diff --git a/tasks.py b/tasks.py index 84831350c89..52251203fcc 100755 --- a/tasks.py +++ b/tasks.py @@ -213,4 +213,4 @@ def _prepare_oauth_fixture(): } ] with open('/tmp/default_oauth_apps_docker.json', 'w') as fixturefile: - json.dump(default_fixture, fixturefile) + json.dump(default_fixture, fixturefile) \ No newline at end of file