Skip to content

Commit 435923e

Browse files
committed
fix linting issue
1 parent 6850b3b commit 435923e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/computation/test_eval.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def ne_lt_2_6_9():
6363
pytest.skip("numexpr is >= 2.6.9")
6464
return 'numexpr'
6565

66+
6667
@pytest.fixture
6768
def ne_gt_2_6_9():
6869
if _NUMEXPR_INSTALLED and _NUMEXPR_VERSION < LooseVersion('2.6.9'):

0 commit comments

Comments
 (0)