summaryrefslogtreecommitdiff
path: root/libmat2/torrent.py
diff options
context:
space:
mode:
authorjvoisin2018-09-24 20:15:07 +0200
committerjvoisin2018-09-24 20:15:07 +0200
commit719cdf20fa8c9921b81eaf6bf3df0d50c790de82 (patch)
tree2da79f90984aee0bdcd5036c0608d463cc1a07f4 /libmat2/torrent.py
parent2e243355f51654c8c6392c80a17b090f9f012fd1 (diff)
Second pass of minor formatting
Diffstat (limited to 'libmat2/torrent.py')
-rw-r--r--libmat2/torrent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmat2/torrent.py b/libmat2/torrent.py
index 049807b..c56e971 100644
--- a/libmat2/torrent.py
+++ b/libmat2/torrent.py
@@ -21,7 +21,6 @@ class TorrentParser(abstract.AbstractParser):
21 metadata[key.decode('utf-8')] = value 21 metadata[key.decode('utf-8')] = value
22 return metadata 22 return metadata
23 23
24
25 def remove_all(self) -> bool: 24 def remove_all(self) -> bool:
26 cleaned = dict() 25 cleaned = dict()
27 for key, value in self.dict_repr.items(): 26 for key, value in self.dict_repr.items():