Revert this, ignore type checking
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/vulnerability-scan Pipeline was successful
ci/woodpecker/push/docker-buildx Pipeline was successful

This commit is contained in:
Liam Steckler 2025-07-09 22:35:21 -07:00
parent e4fc32c170
commit 8bbdca60f7

2
scl.py
View file

@ -247,7 +247,7 @@ def generate_post_map_image(
with io.BytesIO() as map_image_file: with io.BytesIO() as map_image_file:
map_image.save(map_image_file, format="WebP", method=6) map_image.save(map_image_file, format="WebP", method=6)
map_media_post = mastodon_client.media_post( map_media_post = mastodon_client.media_post(
map_image_file, map_image_file.getvalue(), # type: ignore
mime_type="image/webp", mime_type="image/webp",
description=alt_text, description=alt_text,
) )