Skip to content

Commit d4f8341

Browse files
committed
isort
1 parent 2f2b6df commit d4f8341

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guillotina/contrib/mailer/utility.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
from guillotina.interfaces import IMailer
1212
from guillotina.utils import get_random_string
1313
from guillotina.utils import notice_on_error
14+
from typing import List
15+
from typing import Optional
16+
from typing import Union
1417
from zope.interface import implementer
15-
from typing import Union, Optional, List
1618

1719
import asyncio
1820
import logging

0 commit comments

Comments
 (0)