Skip to content

Commit 7e48282

Browse files
committed
Merge branch 'fix-tzdata-checking' of github-other.com:lithomas1/pandas into fix-tzdata-checking
2 parents 3c94243 + bfff268 commit 7e48282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
# "not available" without tzdata/IANA tz data.
8484
# We will set zoneinfo to not found in this case
8585
try:
86-
utc_zoneinfo = zoneinfo.ZoneInfo("UTC")
86+
zoneinfo.ZoneInfo("UTC")
8787
except zoneinfo.ZoneInfoNotFoundError:
8888
zoneinfo = None
8989

0 commit comments

Comments
 (0)