Skip to content

Commit 93452b2

Browse files
committed
fixup! Add tests and implementation for ZoneInfo
1 parent aaca7ed commit 93452b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/zoneinfo/_zoneinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ def _load_timedelta(seconds):
3131

3232

3333
class ZoneInfo(tzinfo):
34-
__module__ = "zoneinfo"
3534
_strong_cache_size = 8
3635
_strong_cache = collections.OrderedDict()
3736
_weak_cache = weakref.WeakValueDictionary()
37+
__module__ = "zoneinfo"
3838

3939
def __init_subclass__(cls):
4040
cls._strong_cache = collections.OrderedDict()

0 commit comments

Comments
 (0)