move code

This commit is contained in:
AJ Slater 2024-02-21 18:10:28 -08:00
parent 439a904c54
commit 9ec6c8492a

View File

@ -445,6 +445,9 @@ FNS.update(
}, },
} }
) )
# first_key, first_val = NEW.popitem()
# FNS[first_key] = first_val
PARSE_FNS = MappingProxyType(FNS) PARSE_FNS = MappingProxyType(FNS)
SERIALIZE_FNS = MappingProxyType( SERIALIZE_FNS = MappingProxyType(
@ -473,10 +476,6 @@ SERIALIZE_FNS = MappingProxyType(
}, },
} }
) )
# first_key, first_val = NEW.popitem()
# FNS[first_key] = first_val
WONFIX = { WONFIX = {
# Leading issue number is usually an alternate sequence number # Leading issue number is usually an alternate sequence number
# WONTFIX: Series names may begin with numerals. # WONTFIX: Series names may begin with numerals.