From 5e9fea954d4c308f87910bf5556d919cd20135db Mon Sep 17 00:00:00 2001 From: Jason Bittel Date: Fri, 20 May 2016 17:07:41 -0700 Subject: [PATCH] Fix flake8 warning --- mama_cas/tests/test_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mama_cas/tests/test_models.py b/mama_cas/tests/test_models.py index eb611be..ca6ce68 100644 --- a/mama_cas/tests/test_models.py +++ b/mama_cas/tests/test_models.py @@ -4,7 +4,6 @@ from django.core import management from django.test import TestCase -from django.test.utils import modify_settings from django.test.utils import override_settings from django.utils.timezone import now