Closed jpmckinney closed 1 year ago
e.g. DR uses "Qualified" instead of "valid" for bid status.
Also remove all the to_ascii_lowercase in the code.
to_ascii_lowercase
Noting that I've implemented this for only bid statuses, but if we witness other bad codelists, we can add it.
I've added a note to #42 to mention this in the user docs.
e.g. DR uses "Qualified" instead of "valid" for bid status.
Also remove all the
to_ascii_lowercase
in the code.