8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afe09b commit c0df867Copy full SHA for c0df867
html5lib/trie/_base.py
@@ -7,6 +7,7 @@ class Trie(Mapping):
7
"""Abstract base class for tries"""
8
9
def keys(self, prefix=None):
10
+ # pylint:disable=arguments-differ
11
keys = super(Trie, self).keys()
12
13
if prefix is None:
0 commit comments