Skip to content

Commit

Permalink
fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Nov 10, 2023
1 parent 60e568d commit 1e4d268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/cases/torture.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class A:
def foo(self):
for _ in range(10):
aaaaaaaaaaaaaaaaaaa = bbbbbbbbbbbbbbb.cccccccccc( # pylint: disable=no-member
aaaaaaaaaaaaaaaaaaa = bbbbbbbbbbbbbbb.cccccccccc( # notpylint: disable=no-member
xxxxxxxxxxxx
)

Expand Down Expand Up @@ -59,7 +59,7 @@ def foo(self):
for _ in range(10):
aaaaaaaaaaaaaaaaaaa = bbbbbbbbbbbbbbb.cccccccccc(
xxxxxxxxxxxx
) # pylint: disable=no-member
) # notpylint: disable=no-member


def test(self, othr):
Expand Down

0 comments on commit 1e4d268

Please sign in to comment.