Skip to content

Commit 8a8675b

Browse files
committed
remove unused local variable
1 parent 13fa9c4 commit 8a8675b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexes/test_category.py

-1
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ def test_dt_tz_localize(self, tz_aware_fixture):
11381138
@pytest.mark.parametrize("accessor", [("year"), ("month"), ("day")])
11391139
def test_dt_other_accessors(self, accessor):
11401140
# GH 27952
1141-
tz = None
11421141
datetimes = pd.Series(
11431142
["2018-01-01", "2018-01-01", "2019-01-02"], dtype="datetime64[ns]"
11441143
)

0 commit comments

Comments
 (0)