From 0ba7992004e65380377740f10a5b4b4fabf6a58c Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Mon, 8 Feb 2016 16:37:05 -0500 Subject: [PATCH] flake8 fixup --- awx/main/models/inventory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index ead6104870..e33cec1a23 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -21,7 +21,6 @@ from awx.main.constants import CLOUD_PROVIDERS from awx.main.fields import AutoOneToOneField, ImplicitRoleField from awx.main.managers import HostManager from awx.main.models.base import * # noqa -from awx.main.models.organization import Permission # for rbac migration from awx.main.models.jobs import Job from awx.main.models.unified_jobs import * # noqa from awx.main.models.mixins import ResourceMixin