Skip to content

Commit 4ee7b66

Browse files
committed
Ignore false positive
1 parent 2f779c4 commit 4ee7b66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/dtypes/test_inference.py

+2
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ def test_is_list_like_generic():
240240
# is_list_like was yielding false positives for Generic classes in python 3.11
241241
T = TypeVar("T")
242242

243+
# https://github.com/pylint-dev/pylint/issues/9398
244+
# pylint: disable=multiple-statements
243245
class MyDataFrame(DataFrame, Generic[T]): ...
244246

245247
tstc = MyDataFrame[int]

0 commit comments

Comments
 (0)