Skip to content

Commit a5d5677

Browse files
committed
Fix linting issues
1 parent 4380c53 commit a5d5677

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/conftest.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def pytest_runtest_setup(item):
2727
pytest.skip("skipping due to --skip-network")
2828

2929
if 'high_memory' in item.keywords and not item.config.getoption(
30-
"--run-highmemory"):
31-
pytest.skip(
32-
"skipping high memory test since --run-highmemory was not set")
30+
"--run-highmemory"):
31+
pytest.skip(
32+
"skipping high memory test since --run-highmemory was not set")
3333

3434

3535
# Configurations for all tests and all test modules

0 commit comments

Comments
 (0)