Skip to content
Snippets Groups Projects
Verified Commit 598962cd authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

[Reformat] sort imports

parent 897c8724
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ from spdx_license_list import LICENSES
from .core_helpers import copyright_years
User = get_user_model()
......
......@@ -10,8 +10,8 @@ from django.utils.translation import gettext_lazy as _
from templated_email import send_templated_mail
from .core_helpers import lazy_preference
from ..models import Notification
from .core_helpers import lazy_preference
try:
from twilio.rest import Client as TwilioClient
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment