diff options
Diffstat (limited to 'tests/test_files.py')
| -rw-r--r-- | tests/test_files.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/test_files.py b/tests/test_files.py index af110df9..de4f71d1 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -1,8 +1,8 @@  from __future__ import unicode_literals  from django.test import TestCase +from django.utils import six  from rest_framework import serializers  from rest_framework.compat import BytesIO -from rest_framework.compat import six  import datetime | 
