Skip to content

Commit 5bbe15f

Browse files
committed
fix: Make mypy happy
1 parent c2535c1 commit 5bbe15f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_emailobject.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class TestEmailObject(unittest.TestCase):
2020

2121
eml_1: BytesIO
2222
msg_1: BytesIO
23+
msg_1_bom: BytesIO
2324

2425
@classmethod
2526
def setUpClass(cls: type[T]) -> None:

0 commit comments

Comments
 (0)