From 75e24024201416318c16df479c5369aa7c3e549e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 26 Jan 2018 12:49:53 +0100 Subject: [PATCH] Removed unused import --- tests/test_api/test_encoding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_api/test_encoding.py b/tests/test_api/test_encoding.py index fe50d369..772ede2b 100644 --- a/tests/test_api/test_encoding.py +++ b/tests/test_api/test_encoding.py @@ -1,7 +1,6 @@ """Test cases for the zencoder notifications.""" import dateutil.parser from bson import ObjectId -import json from pillar.tests import AbstractPillarTest from pillar.tests import common_test_data as ctd