Skip to content

Commit 390b7da

Browse files
style: 🎨 fix code style
1 parent 46721b2 commit 390b7da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

services/send_email.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
from email.mime.text import MIMEText
77

88

9-
async def generate_message(login: str, password: str,
9+
async def generate_message(
10+
login: str,
11+
password: str,
1012
sender: str,
1113
receivers: str,
1214
attachment_path: str,

0 commit comments

Comments
 (0)