From 79620e7feaea986a0d3767109e3c566cb33f8313 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 28 May 2017 11:20:41 +0100 Subject: [PATCH] Remove unused import --- md_pdf/consts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/md_pdf/consts.py b/md_pdf/consts.py index a02f0a7..9a98e4b 100644 --- a/md_pdf/consts.py +++ b/md_pdf/consts.py @@ -1,5 +1,4 @@ import os -import shutil PROJECT_DIR = os.path.dirname(__file__) WORKING_DIR = os.getcwd()