Remove useless parenthesis
This commit is contained in:
parent
893faa6604
commit
bb903ec309
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user