Browse Source

[RFR] Flake8 no new line fix

pull/1049/head
Eric Lembregts 7 years ago
committed by Holger Brunn
parent
commit
7f452553fe
  1. 3
      auditlog/tests/test_auditlog.py

3
auditlog/tests/test_auditlog.py

@ -167,4 +167,5 @@ class TestMethods(TransactionCase):
('method', '=', 'execute_copy')
])
self.assertEqual(len(logs), 1)
self.assertEqual(len(logs), 1)
Loading…
Cancel
Save