Skip to content

Commit e39953b

Browse files
Update Lib/test/test_zoneinfo/test_zoneinfo.py
1 parent 911958d commit e39953b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_zoneinfo/test_zoneinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ class BombDescriptor:
15571557
def __get__(self, obj, owner):
15581558
return {}
15591559

1560-
class EvilZoneInfo(ZoneInfo):
1560+
class EvilZoneInfo(self.klass):
15611561
pass
15621562

15631563
EvilZoneInfo._weak_cache = BombDescriptor()

0 commit comments

Comments
 (0)