From b2b2eb10d0ced0f2830e2633b28e0374b4c6f0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20Cz=C3=A9m=C3=A1n?= <trabarni@gmail.com> Date: Mon, 28 May 2018 17:39:55 +0200 Subject: [PATCH] remove unused imports --- src/document/tests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/document/tests.py b/src/document/tests.py index 7ce503c..e69de29 100644 --- a/src/document/tests.py +++ b/src/document/tests.py @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. -- GitLab