From bb903ec30990f1074e51fd3d35e05d50855425e2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 12 Oct 2019 21:36:19 +0200 Subject: [PATCH] Remove useless parenthesis --- libmat2/torrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmat2/torrent.py b/libmat2/torrent.py index 6021d75..e2c82b7 100644 --- a/libmat2/torrent.py +++ b/libmat2/torrent.py @@ -33,7 +33,7 @@ class TorrentParser(abstract.AbstractParser): return True -class _BencodeHandler(): +class _BencodeHandler: """ Since bencode isn't that hard to parse, MAT2 comes with its own parser, based on the spec