mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-21 04:11:06 -05:00
Clean up all imports
* Use relative imports within djrill package * Standardize ordering * Remove absolute_import (it's standard in all python versions we now support)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
from djrill.exceptions import MandrillAPIError, NotSupportedByMandrillError
|
||||
from ._version import __version__, VERSION
|
||||
from .exceptions import MandrillAPIError, NotSupportedByMandrillError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user