fix whitespace

This commit is contained in:
Ivan Schaller 2024-06-27 21:30:10 +02:00 committed by GitHub
parent 60b3226361
commit ba2a3f6edf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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])