Skip to content

Commit 3beb888

Browse files
committed
Remove unused imports in test_django_setup_sequence that caused issues
1 parent c380ae2 commit 3beb888

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_django_settings_module.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@ def test_django_setup_sequence(django_testdir):
255255
django_testdir.create_app_file("""
256256
from django.apps import apps, AppConfig
257257
258-
from django.contrib.auth.models import AbstractUser
259-
from django.db import models
260-
261258
262259
class TestApp(AppConfig):
263260
name = 'tpkg.app'

0 commit comments

Comments
 (0)