Merge pull request #28654 from edx/jawayria/bom-2766
chore: Removed django.utils.six as not supported in Django3
This commit is contained in:
@@ -6,12 +6,12 @@ existing data accordingly.
|
||||
|
||||
import os
|
||||
import unittest
|
||||
from io import StringIO
|
||||
|
||||
from unittest import mock
|
||||
from django.conf import settings
|
||||
from django.core.management import call_command
|
||||
from django.core.management.base import CommandError
|
||||
from django.utils.six import StringIO
|
||||
from requests import exceptions
|
||||
from requests.models import Response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user