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