fix import

This commit is contained in:
Adrià Casajús 2022-04-11 10:19:25 +02:00
parent 7fdd7d7f6a
commit f333bb00c5
No known key found for this signature in database
GPG Key ID: F0033226A5AFC9B9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import uuid
from io import BytesIO
from typing import Optional, Tuple, Union
from typing import Optional, Tuple
from aiosmtpd.handlers import Message
from aiosmtpd.smtp import Envelope