Skip to content

Commit 9690d62

Browse files
committed
fix imports in tests
1 parent 285f04f commit 9690d62

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/test_admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import decimal
22

3-
from django.contrib.auth import get_user_model
43
from django.contrib.admin.sites import site
5-
from django.test import TestCase, RequestFactory
4+
from django.contrib.auth import get_user_model
5+
from django.test import RequestFactory, TestCase
66
from django.urls import reverse
77

88
from djangocms_form_builder.models import FormEntry

tests/test_settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import os
22

3-
from cms.utils.compat import DJANGO_3_1
4-
53

64
class DisableMigrations(dict):
75
def __contains__(self, item):

0 commit comments

Comments
 (0)