fix whitespace
Some checks are pending
check code / check-code (push) Waiting to run

This commit is contained in:
Ivan Schaller 2024-06-27 21:30:10 +02:00
parent 50d0304588
commit 9f6dcbe8a7

View file

@ -438,5 +438,5 @@ class NetBoxDNSProvider(octodns.provider.base.BaseProvider):
"""
query_params = {"status": "active", **self.nb_view}
zones = self.api.plugins.netbox_dns.zones.filter(**query_params)
return sorted([self._make_absolute(z.name) for z in zones])