Skip to content

Commit aa931ed

Browse files
committed
Fix pylint config
1 parent be8c19a commit aa931ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

code/.pylintrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,7 @@ logging-modules=logging
408408
# UNDEFINED.
409409
confidence=HIGH,
410410
CONTROL_FLOW,
411-
INFERENCE,
412-
INFERENCE_FAILURE,
413-
UNDEFINED
411+
INFERENCE
414412

415413
# Disable the message, report, category or checker with the given id(s). You
416414
# can either give multiple identifiers separated by comma (,) or put this

0 commit comments

Comments
 (0)