From 7bfc8cd43ba58ca414d408fe856420be638516e8 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Fri, 15 Apr 2016 17:22:48 -0400 Subject: [PATCH] flake8 --- awx/main/models/__init__.py | 1 - 1 file changed, 1 deletion(-) 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