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

pep8 cleanup

This commit is contained in:
Steve Coursen
2017-11-13 13:58:12 -05:00
parent 0cc20afabd
commit 2cc17ffc7a

View File

@@ -168,7 +168,7 @@ class Ns1Provider(BaseProvider):
if record.geo:
# purposefully set non-geo answers to have an empty meta,
# so that we know we did this on purpose if/when troubleshooting
params['answers'] = [{"answer": x, "meta": {}} \
params['answers'] = [{"answer": x, "meta": {}}
for x in record.values]
for iso_region, target in record.geo.items():
params['answers'].append(