Fixes a small flake8 issue

This commit is contained in:
Matthew Jones 2016-05-04 15:26:37 -04:00
parent 6dad37d556
commit 200ffaf7ca

View File

@ -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