Remove email backend

This commit is contained in:
jar3b
2018-12-05 16:25:35 +03:00
parent 02f2831688
commit 2c8734eb80

View File

@@ -1,4 +1,3 @@
import logging import logging
from .backend import EmailBackend
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)