From 86b1d6f4431d8c5511a5c6ab8c6d722c8fd7e5ed Mon Sep 17 00:00:00 2001 From: Ade Date: Sun, 27 Jul 2014 01:16:02 +1200 Subject: [PATCH] imports not required --- headphones/utorrent.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/headphones/utorrent.py b/headphones/utorrent.py index 12d68c7a..08a183be 100644 --- a/headphones/utorrent.py +++ b/headphones/utorrent.py @@ -20,9 +20,6 @@ import headphones from headphones import logger from collections import namedtuple -import requests -import re - class utorrentclient(object):