Skip to content

Commit 9a18e66

Browse files
committed
fix linter
1 parent c81909a commit 9a18e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_mail/fastmail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from contextlib import contextmanager
2-
from email.utils import formataddr
32
from email.message import EmailMessage, Message
3+
from email.utils import formataddr
44
from typing import Any, Dict, Optional, Union
55

66
import blinker

0 commit comments

Comments
 (0)