From 7f452553fe38353e4f29dc65c8de34fdfdef9663 Mon Sep 17 00:00:00 2001 From: Eric Lembregts Date: Wed, 19 Jul 2017 20:41:41 +0200 Subject: [PATCH] [RFR] Flake8 no new line fix --- auditlog/tests/test_auditlog.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auditlog/tests/test_auditlog.py b/auditlog/tests/test_auditlog.py index 11e35350f..43e39eb62 100644 --- a/auditlog/tests/test_auditlog.py +++ b/auditlog/tests/test_auditlog.py @@ -167,4 +167,5 @@ class TestMethods(TransactionCase): ('method', '=', 'execute_copy') ]) - self.assertEqual(len(logs), 1) \ No newline at end of file + self.assertEqual(len(logs), 1) + \ No newline at end of file