Add missing ZMW currency (#58959)

This commit is contained in:
Robert Hillis 2021-11-02 23:21:56 -04:00 committed by GitHub
parent 51be7d53d6
commit 16371e6579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1444,6 +1444,7 @@ currency = vol.In(
"YER", "YER",
"ZAR", "ZAR",
"ZMK", "ZMK",
"ZMW",
"ZWL", "ZWL",
}, },
msg="invalid ISO 4217 formatted currency", msg="invalid ISO 4217 formatted currency",