From 200ffaf7cae0822583599d75fa74fc8c248d9b2a Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 4 May 2016 15:26:37 -0400 Subject: [PATCH] Fixes a small flake8 issue --- awx/plugins/fact_caching/tower.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/plugins/fact_caching/tower.py b/awx/plugins/fact_caching/tower.py index 42bf6be70b..3e89ccef36 100755 --- a/awx/plugins/fact_caching/tower.py +++ b/awx/plugins/fact_caching/tower.py @@ -32,7 +32,6 @@ import sys import os import time -from copy import copy from ansible import constants as C try: from ansible.cache.base import BaseCacheModule