Files
django-stubs/django-stubs/core/mail/backends/smtp.pyi
Christopher Sabater Cordero 7b74a6944a Add a few missing types to the stubfiles (#214)
* Add types to stub files.

* Fix black and flake8 errors.
2019-11-12 18:25:31 +03:00

4 lines
103 B
Python

from django.core.mail.backends.base import BaseEmailBackend
class EmailBackend(BaseEmailBackend): ...