Skip to content

Commit

Permalink
ci: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent 3b6d4c4 commit c2ded8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async def main() -> None:
log.info("Ignoring non-public post: %s", payload.pretty_url)
continue

image_blobs: list[tuple["BlobRef", str | None]] = []
image_blobs: list[tuple[BlobRef, str | None]] = []

for attachment in payload.media_attachments:
if attachment.type == "image":
Expand Down

0 comments on commit c2ded8a

Please sign in to comment.