Skip to content

Commit bb84eae

Browse files
committed
Suppress noisy output from pylint
1 parent 2dc76de commit bb84eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook2script/pointless.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def add_message(self, msgid, line=None, node=None, args=None, confidence=None, c
228228
"""
229229

230230
self.statements.append(node)
231-
super().add_message(msgid, line, node, args, confidence, col_offset)
231+
# super().add_message(msgid, line, node, args, confidence, col_offset)
232232

233233

234234
def _patch_sys_path(args):

0 commit comments

Comments
 (0)