From 983d1892e07b8329ab65ab5543a56d2a959e7fac Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Thu, 13 Jul 2017 21:36:28 -0400 Subject: [PATCH] Removes unused imports. --- pubs/filebroker.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubs/filebroker.py b/pubs/filebroker.py index c20ceea..f834e8e 100644 --- a/pubs/filebroker.py +++ b/pubs/filebroker.py @@ -3,8 +3,7 @@ import re from .p3 import urlparse from .content import (check_file, check_directory, read_text_file, write_file, - system_path, check_content, content_type, get_content, - copy_content) + system_path, check_content, copy_content) from . import content