Format to make the linter happy

This commit is contained in:
Daniel Lemos 2025-03-23 15:28:47 -03:00
commit 7bfc66f35c

View file

@ -63,5 +63,6 @@ def test_share_post(tmp_folder):
)
assert (
share_links["bluesky"] == "https://bsky.app/intent/compose?text=Test%20post%20/test-post.html"
share_links["bluesky"]
== "https://bsky.app/intent/compose?text=Test%20post%20/test-post.html"
)