testuwwvb: Additional annotation helps pyrefly
This commit is contained in:
parent
f4544d8dd6
commit
03a8c79b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue