From 0494e5fc8f77bb711ccfbef934eec0cb34ddfb38 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 13 Mar 2013 22:08:51 +0100 Subject: [PATCH] Cleanup pushalot notifier --- couchpotato/core/notifications/pushalot/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/notifications/pushalot/main.py b/couchpotato/core/notifications/pushalot/main.py index f3c42a02..3b113311 100644 --- a/couchpotato/core/notifications/pushalot/main.py +++ b/couchpotato/core/notifications/pushalot/main.py @@ -1,4 +1,4 @@ -from couchpotato.core.helpers.encoding import toUnicode, tryUrlencode +from couchpotato.core.helpers.encoding import toUnicode from couchpotato.core.logger import CPLog from couchpotato.core.notifications.base import Notification import traceback