1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Remove stale/wontfix comment

This commit is contained in:
Ross McFarland
2018-12-12 11:12:31 -08:00
parent f95014f2f4
commit 0ebd5bb0d4

View File

@@ -310,7 +310,6 @@ class _GeoMixin(_ValuesMixin):
reasons = super(_GeoMixin, cls).validate(name, data)
try:
geo = dict(data['geo'])
# TODO: validate legal codes
for code, values in geo.items():
reasons.extend(GeoValue._validate_geo(code))
reasons.extend(cls._value_type.validate(values, cls._type))