From ab60489708df3bbc3636c80bc54c0215952b35eb Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 2 Dec 2016 18:13:55 +0100 Subject: [PATCH] flake8 --- intrastat_base/tests/test_all.py | 1 - 1 file changed, 1 deletion(-) diff --git a/intrastat_base/tests/test_all.py b/intrastat_base/tests/test_all.py index 8151c2e..a5f0de8 100644 --- a/intrastat_base/tests/test_all.py +++ b/intrastat_base/tests/test_all.py @@ -25,4 +25,3 @@ class TestIntrastatBase(TransactionCase): }) # then check if intrastat_email_list contains the email of the user self.assertEquals(demo_company.intrastat_email_list, demo_user.email) -