mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
pep8 cleanup
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user