diff --git a/tests/test_templatetags_sidebar_menu.py b/tests/test_templatetags_sidebar_menu.py
index 2462ec0b5147d75f5c41449e030f2647826fbd7c..9b779c106f32c00bf0d8e408762eca4d471a1fd5 100644
--- a/tests/test_templatetags_sidebar_menu.py
+++ b/tests/test_templatetags_sidebar_menu.py
@@ -1,13 +1,13 @@
 """
 Tests for Template Tags
 """
-from unittest.mock import patch
 from django.conf import settings
 from django.contrib.auth import get_user_model
 from django.contrib.auth.models import AnonymousUser, Permission
 from django.template import Template, Context
 from django.test import TestCase, override_settings, RequestFactory
 from django.urls import NoReverseMatch
+from unittest.mock import patch
 
 from django_adminlte_2.templatetags import sidebar_menu