From 546d4be38ff838329c380114500f8eef3fb62ad9 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Mon, 3 Sep 2018 10:08:30 +0200 Subject: [PATCH] [common][fields] six import cleanup --- beat/web/common/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beat/web/common/fields.py b/beat/web/common/fields.py index f4aae55dc..fc932fbba 100644 --- a/beat/web/common/fields.py +++ b/beat/web/common/fields.py @@ -26,9 +26,9 @@ ############################################################################### from rest_framework import serializers +from django.utils import six import simplejson -import six class StringListField(serializers.ListField): -- GitLab