From ee2df5aff2f5eefe75eb4413eb60e07d14ca7b3c Mon Sep 17 00:00:00 2001 From: Patrick Stadler Date: Sun, 27 Jan 2013 15:16:27 +0100 Subject: [PATCH] Remove needless imports --- couchpotato/core/providers/automation/goodfilms/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/couchpotato/core/providers/automation/goodfilms/main.py b/couchpotato/core/providers/automation/goodfilms/main.py index 7ddb78d..fe0a018 100644 --- a/couchpotato/core/providers/automation/goodfilms/main.py +++ b/couchpotato/core/providers/automation/goodfilms/main.py @@ -1,5 +1,3 @@ -from couchpotato.core.event import addEvent -from couchpotato.core.helpers.variable import sha1 from couchpotato.core.logger import CPLog from couchpotato.core.providers.automation.base import Automation from bs4 import BeautifulSoup