Skip to content

Commit 8e4c266

Browse files
committed
Silence not-callable
1 parent c09cd17 commit 8e4c266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html5lib/treebuilders/_base.py

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class TreeBuilder(object):
126126
commentClass - the class to use for comments
127127
doctypeClass - the class to use for doctypes
128128
"""
129+
# pylint:disable=not-callable
129130

130131
# Document class
131132
documentClass = None

0 commit comments

Comments
 (0)