diff --git a/awx/main/models/__init__.py b/awx/main/models/__init__.py index b9ce674dff..f6c9702d4b 100644 --- a/awx/main/models/__init__.py +++ b/awx/main/models/__init__.py @@ -3,7 +3,6 @@ # Django from django.conf import settings # noqa -from django.contrib.contenttypes.fields import GenericRelation # AWX from awx.main.models.base import * # noqa