Skip to content

Commit 98b92cc

Browse files
committed
remove unused local variable
1 parent 8d8df82 commit 98b92cc

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
@@ -1140,7 +1140,6 @@ def test_dt_tz_localize(self, tz_aware_fixture):
11401140
@pytest.mark.parametrize("accessor", [("year"), ("month"), ("day")])
11411141
def test_dt_other_accessors(self, accessor):
11421142
# GH 27952
1143-
tz = None
11441143
datetimes = pd.Series(
11451144
["2018-01-01", "2018-01-01", "2019-01-02"], dtype="datetime64[ns]"
11461145
)

0 commit comments

Comments
 (0)