diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_parsers.py | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/tests/test_parsers.py b/tests/test_parsers.py index bc84f1c7..3f2672df 100644 --- a/tests/test_parsers.py +++ b/tests/test_parsers.py @@ -1,4 +1,4 @@ -#-*- coding: utf-8 -*- +# -*- coding: utf-8 -*-  from __future__ import unicode_literals  from rest_framework.compat import StringIO @@ -137,5 +137,3 @@ class TestFileUploadParser(TestCase):      def __replace_content_disposition(self, disposition):          self.parser_context['request'].META['HTTP_CONTENT_DISPOSITION'] = disposition - - | 
