Skip to content

Commit 3aa2703

Browse files
committed
fix linting issue
1 parent eb9bf92 commit 3aa2703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/computation/test_eval.py

+1
Original file line numberDiff line numberDiff line change
@@ -1635,6 +1635,7 @@ def test_unary_functions(self):
16351635

16361636
def test_all_unary_functions_not_supported_in_numpy_112(self):
16371637
df = DataFrame({'a': np.random.randn(10)})
1638+
a = df.a
16381639
for fn in self.unary_fns:
16391640
expr = "{0}(a)".format(fn)
16401641
with np.errstate(all='ignore'):

0 commit comments

Comments
 (0)