Skip to content

Commit d2e96e8

Browse files
committed
chore: precommit isort fix
1 parent 7e32f50 commit d2e96e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_rfc5322.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import email
2-
from unittest.mock import patch, MagicMock
2+
from unittest.mock import MagicMock, patch
33

44
from soar_sdk.extras.email.rfc5322 import (
55
EmailAttachment,
@@ -18,7 +18,6 @@
1818
extract_rfc5322_email_data,
1919
)
2020

21-
2221
SIMPLE_EMAIL = """From: [email protected]
2322
2423
Subject: Test Subject

0 commit comments

Comments
 (0)