Linting and comments

This commit is contained in:
zandercymatics 2023-11-28 11:24:44 -07:00
parent 4594eb7ca3
commit 14355327b2
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 18 additions and 7 deletions

View file

@ -152,7 +152,7 @@ class CsvReportsTest(TestCase):
)
self.assertEqual(file_content, expected_file_content)
def test_load_full_report(self):
"""Tests the current-federal api link"""
self.maxDiff = None