From f5a39ac0b6ddc9154b1b1b55d255074d6dd4eecd Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 2 Nov 2015 18:18:22 +0100 Subject: Some minors pep8 modifications --- libmat/misc.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libmat/misc.py') diff --git a/libmat/misc.py b/libmat/misc.py index b1a551c..a55b8ed 100644 --- a/libmat/misc.py +++ b/libmat/misc.py @@ -64,7 +64,6 @@ class TorrentStripper(parser.GenericParser): def remove_all(self): """ Remove all comprimizing fields """ - decoded = '' with open(self.filename, 'r') as f: decoded = bencode.bdecode(f.read()) -- cgit v1.3