Skip to content

Commit a7b4a9c

Browse files
authored
MAINT: Remove unused variable in test_scalar.py
The "expected" variable is unused at the end of a test in indexing/test_scalar.py
1 parent 13b57cd commit a7b4a9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexing/test_scalar.py

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def test_imethods_with_dups(self):
122122
tm.assert_series_equal(result, expected)
123123

124124
result = df.iat[2, 0]
125-
expected = 2
126125
assert result == 2
127126

128127
def test_at_to_fail(self):

0 commit comments

Comments
 (0)