From 59acc0fa9cfce27097057e193ff2a8f8b1c74234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Tue, 19 Sep 2017 14:57:21 -0600 Subject: [PATCH] Removing extra line. --- secretary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/secretary.py b/secretary.py index 0887b11..52d6f6c 100644 --- a/secretary.py +++ b/secretary.py @@ -49,7 +49,6 @@ except AttributeError: if not isinstance(sys.version_info, tuple): raise - if __PY_MAYOR_VER__ == 2: from urllib import unquote else: