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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user