diff --git a/libmat2/torrent.py b/libmat2/torrent.py
index 6021d75be790ace034f36bbef577cfd90cdcbe4a..e2c82b7289bf71fb2e97daba15d9c928176539d7 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