Skip to content

Commit 69107f8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a0d033e commit 69107f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/checkers/test_pandas/test_pandas_series_naming.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ def test_series_incorrect_naming(self):
2626
"""
2727
)
2828
with self.assertAddsMessages(
29-
pylint.testutils.MessageTest(
30-
msg_id="pandas-series-naming",
31-
confidence=HIGH,
32-
node=node,
33-
),
34-
ignore_position=True,
29+
pylint.testutils.MessageTest(
30+
msg_id="pandas-series-naming",
31+
confidence=HIGH,
32+
node=node,
33+
),
34+
ignore_position=True,
3535
):
3636
self.checker.visit_assign(node)
3737

0 commit comments

Comments
 (0)