diff options
| author | jvoisin | 2019-10-12 21:36:19 +0200 |
|---|---|---|
| committer | jvoisin | 2019-10-12 21:36:19 +0200 |
| commit | bb903ec30990f1074e51fd3d35e05d50855425e2 (patch) | |
| tree | b622257f358b5e17a55679606517f56c5b7b1fcc /libmat2 | |
| parent | 893faa66040458df7cde72fa731b97680b5cb1fe (diff) | |
Remove useless parenthesis
Diffstat (limited to 'libmat2')
| -rw-r--r-- | libmat2/torrent.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
| 33 | return True | 33 | return True |
| 34 | 34 | ||
| 35 | 35 | ||
| 36 | class _BencodeHandler(): | 36 | class _BencodeHandler: |
| 37 | """ | 37 | """ |
| 38 | Since bencode isn't that hard to parse, | 38 | Since bencode isn't that hard to parse, |
| 39 | MAT2 comes with its own parser, based on the spec | 39 | MAT2 comes with its own parser, based on the spec |
