Fix linting

This commit is contained in:
Erin Song 2025-03-19 14:49:14 -07:00
parent 200257fee6
commit c6586df46c
No known key found for this signature in database

View file

@ -1318,4 +1318,4 @@ class TestSendPortfolioOrganizationUpdateEmail(unittest.TestCase):
to_address=self.admin_user2.email, to_address=self.admin_user2.email,
context=ANY, context=ANY,
) )
self.assertTrue(result) self.assertTrue(result)