Skip to content

Commit b9b72f1

Browse files
committed
style: format import statements for better readability
1 parent cfaa37c commit b9b72f1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/mailme/__init__.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,12 @@
2727

2828
from . import base
2929

30-
from .base import BASE_URL, API, Ping, Attachment, AttachmentPayload, Message, MessagePayload
30+
from .base import (
31+
BASE_URL,
32+
API,
33+
Ping,
34+
Attachment,
35+
AttachmentPayload,
36+
Message,
37+
MessagePayload,
38+
)

0 commit comments

Comments
 (0)