1
0
Fork 0

Remove useless parenthesis

This commit is contained in:
jvoisin 2019-10-12 21:36:19 +02:00
parent 893faa6604
commit bb903ec309
1 changed files with 1 additions and 1 deletions

View File

@ -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