diff --git a/tests/app/tests/__init__.py b/tests/app/tests/__init__.py index 2d0c975..4641c89 100644 --- a/tests/app/tests/__init__.py +++ b/tests/app/tests/__init__.py @@ -4,5 +4,4 @@ from test_forms import * from test_dynamic_field_groups import * from test_inheritance import * -from test_content_panes import * -from test_utils import * \ No newline at end of file +from test_content_panes import * \ No newline at end of file