Skip to content

Commit 59f975c

Browse files
Update pylint/checkers/base/comparison_checker.py
1 parent dc13f1b commit 59f975c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pylint/checkers/base/comparison_checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,5 +349,4 @@ def _check_type_x_is_y(
349349
if not isinstance(right_arg, LITERAL_NODE_TYPES):
350350
# not e.g. type(x) == type([])
351351
return
352-
353352
self.add_message("unidiomatic-typecheck", node=node)

0 commit comments

Comments
 (0)