From 99150cec8887fd50b34c4a65d0b4911a890f7937 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 26 Jan 2020 19:37:52 +0100 Subject: [PATCH] remove "import shlex" to pass tests --- dotdrop/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dotdrop/utils.py b/dotdrop/utils.py index 1842d30..689b4db 100644 --- a/dotdrop/utils.py +++ b/dotdrop/utils.py @@ -9,7 +9,6 @@ import subprocess import tempfile import os import uuid -import shlex import fnmatch import inspect import importlib