misc: remove usage of django.utils.six

This commit is contained in:
Frédéric Péters 2022-04-15 17:42:02 +02:00
parent 65966f1a33
commit 683c8ae58a
1 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@ from django.core.management import call_command, get_commands, load_command_clas
from django.core.management.base import BaseCommand, CommandError
from django.db import connection
try:
from django.utils.six.moves import input
except ImportError:
input = raw_input
from tenant_schemas.utils import get_tenant_model, get_public_schema_name