Remove useless parenthesis
This commit is contained in:
parent
893faa6604
commit
bb903ec309
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue