Removed unneeded import

This commit is contained in:
Fabio Manganiello 2020-09-09 02:15:52 +02:00
parent 1e972ded99
commit beeb7dca7c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from typing import Optional, Dict
from typing import Optional
from platypush.message.event import Event
from platypush.plugins.mail import Mail