From b84713b20e5887ae40e288cf64a799a55009f90f Mon Sep 17 00:00:00 2001 From: Krukov D Date: Wed, 11 Jan 2017 21:03:03 +0300 Subject: [PATCH] Remove unicode literals (#476) --- channels/tests/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/channels/tests/http.py b/channels/tests/http.py index 5c3b4bb..7faebff 100644 --- a/channels/tests/http.py +++ b/channels/tests/http.py @@ -1,4 +1,3 @@ -from __future__ import unicode_literals import copy import json