Skip to content

Commit

Permalink
Sorted imports. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Feb 24, 2022
1 parent 0606964 commit 9c3798b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin_interface/templatetags/admin_interface_tags.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
import re
import hashlib

import django
import hashlib
import re

from django import template
from django.conf import settings
Expand All @@ -13,7 +14,6 @@
from admin_interface.version import __version__



register = template.Library()

if django.VERSION < (1, 9):
Expand Down

0 comments on commit 9c3798b

Please sign in to comment.