Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed May 15, 2023
1 parent 9180de5 commit 584600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/api/tests/test_addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_api_get(self):
self.assertTrue(result.valid)
self.assertEqual(
result.description,
"Install to enable multilingual content support with plone.app.multilingual"
"Install to enable multilingual content support with plone.app.multilingual",
)
self.assertEqual(result.profile_type, "default")
self.assertIsInstance(result.version, str)
Expand Down

0 comments on commit 584600d

Please sign in to comment.