From f33a8b09a9ad674e0d74fe0f65228c0fc9af7974 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 30 Jun 2015 16:24:23 -0500 Subject: [PATCH] Remove unnecessary imports in a docs only file for win_copy --- lib/ansible/modules/windows/win_copy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ansible/modules/windows/win_copy.py b/lib/ansible/modules/windows/win_copy.py index efdebc5a4a6..acc6c9ef2e0 100644 --- a/lib/ansible/modules/windows/win_copy.py +++ b/lib/ansible/modules/windows/win_copy.py @@ -18,8 +18,6 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -import os -import time DOCUMENTATION = ''' ---