mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from io import StringIO
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
from django.core import management
|
||||
from django.test import TestCase
|
||||
from django.utils.six import StringIO
|
||||
|
||||
from .models import (
|
||||
Car, CarDriver, Driver, Group, Membership, Person, UserMembership,
|
||||
|
||||
Reference in New Issue
Block a user