Remove dead import on tenant_schemas.utils

refs #5106
This commit is contained in:
Benjamin Dauvergne 2014-08-19 11:04:43 +02:00 committed by Frédéric Péters
parent 2250eb1e93
commit ea04b35c75
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ from django.utils.encoding import force_bytes
from django.utils._os import safe_join
from django.db import connection
import tenant_schemas.utils
from . import app_settings
class CachedLoader(BaseLoader):