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

[Refactor] Sort imports again

parent 01f7629b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@ from .util.apps import AppConfig
from .util.core_helpers import has_person
from .util.sass_helpers import clean_scss
User = get_user_model()
......
from ast import literal_eval
import os
import pkgutil
from ast import literal_eval
from datetime import datetime, timedelta
from importlib import import_module
from itertools import groupby
......
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