diff --git a/sapl/test_general.py b/sapl/test_general.py index dac87ffa1..53465b193 100644 --- a/sapl/test_general.py +++ b/sapl/test_general.py @@ -1,6 +1,6 @@ import pytest -from django.db.models import CharField, TextField from django.apps import apps +from django.db.models import CharField, TextField from model_mommy import mommy from .settings import SAPL_APPS