Skip to content

Commit

Permalink
Deduplicate Europe/London reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed May 13, 2020
1 parent 0941b09 commit aaca7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_zoneinfo/test_zoneinfo.py
Expand Up @@ -432,7 +432,7 @@ def __add__(self, other):
subclass = [False, True]

key = "Europe/London"
zi = self.zone_from_key("Europe/London")
zi = self.zone_from_key(key)
for zt in self.load_transition_examples(key):
if zt.fold and zt.offset_after.utcoffset == ZERO:
example = zt.transition_utc.replace(tzinfo=zi)
Expand Down

0 comments on commit aaca7ed

Please sign in to comment.