Skip to content

Commit 7e1843d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 92144d2 commit 7e1843d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/@tests/test_cases/check_mailbox.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
def mbox1() -> mailbox.Mailbox:
55
return mailbox.mbox("")
66

7+
78
def mbox2() -> mailbox.Mailbox[mailbox.mboxMessage]:
89
return mailbox.mbox("")
910

11+
1012
def mbox3() -> mailbox.Mailbox[mailbox.Message]:
1113
return mailbox.mbox("")

0 commit comments

Comments
 (0)