mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed a ResourceWarning that wasn't properly fixed by the previous commit.
Also removed unused import in runtests.py.
This commit is contained in:
parent
b7de5f5d3f
commit
417ec4a68b
2 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ import warnings
|
|||
|
||||
import django
|
||||
from django import contrib
|
||||
from django.apps import apps, AppConfig
|
||||
from django.apps import apps
|
||||
from django.conf import settings
|
||||
from django.db import connection
|
||||
from django.test import TransactionTestCase, TestCase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue