Skip to content

Commit d9988c0

Browse files
Update tests/functional/ext/code_style/cs_use_math_not_float.py
1 parent be9701c commit d9988c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/functional/ext/code_style/cs_use_math_not_float.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@
1616
upper_nan_float = float("NaN") # [consider-math-not-float]
1717
typo_nan_float = float("nani") # [consider-math-not-float]
1818
other_typo_nan_float = float("nna") # [consider-math-not-float]
19-
20-
21-
# Regression test for https://github.com/pylint-dev/pylint/issues/10708
22-
x = slice(42)
23-
x() # pylint: disable=not-callable

0 commit comments

Comments
 (0)