Browse Source

Remove stale/wontfix comment

pull/307/head
Ross McFarland 7 years ago
parent
commit
0ebd5bb0d4
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      octodns/record/__init__.py

+ 0
- 1
octodns/record/__init__.py View File

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


Loading…
Cancel
Save