Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
pre-commit-ci[bot] committed May 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 64064f4 commit 2a5e5b9
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
@@ -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":

0 comments on commit 2a5e5b9

Please sign in to comment.