testuwwvb: Additional annotation helps pyrefly

This commit is contained in:
Jeff Epler 2025-08-26 21:45:04 -05:00
parent f4544d8dd6
commit 03a8c79b5c

View file

@ -47,7 +47,7 @@ class WWVBRoundtrip(unittest.TestCase):
any_leap_second = False
for _ in range(20):
timecode = minute.as_timecode()
decoded = None
decoded: uwwvb.WWVBMinute | None = None
if len(timecode.am) == 61:
any_leap_second = True
for code in timecode.am: