From 3af31cc5f220581eeeffe1fc09f67fd4d99fd50e Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 15 Nov 2018 23:05:37 +0100 Subject: [PATCH] remove unused import --- dotdrop/comparator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dotdrop/comparator.py b/dotdrop/comparator.py index 27cfa5f..9fa3244 100644 --- a/dotdrop/comparator.py +++ b/dotdrop/comparator.py @@ -6,7 +6,6 @@ handle the comparison of dotfiles and local deployment """ import os -import shutil import filecmp import fnmatch