From 0580d3fa65bdea51c9d39cbaea9900558790b68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 3 May 2016 11:11:36 +0200 Subject: [PATCH] Removed some whitespace --- pillar/application/modules/file_storage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pillar/application/modules/file_storage.py b/pillar/application/modules/file_storage.py index b1b03952..cc8021e6 100644 --- a/pillar/application/modules/file_storage.py +++ b/pillar/application/modules/file_storage.py @@ -491,7 +491,6 @@ def override_content_type(uploaded_file): del uploaded_file._parsed_content_type - @file_storage.route('/stream/', methods=['POST', 'OPTIONS']) @require_login(require_roles={u'subscriber', u'admin', u'demo'}) def stream_to_gcs(project_id):