Make flake8 happy

This commit is contained in:
blag 2025-06-17 17:35:31 -06:00
parent e213078a60
commit 7f66178ce8
No known key found for this signature in database

View file

@ -173,6 +173,3 @@ class DbTemplatesTestCase(TestCase):
return_value=self.site2):
result = loader.get_template("base.html").render()
self.assertEqual(result, 'new content')