Skip to content

Commit

Permalink
Removed orphaned line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
peteeckel committed Oct 23, 2024
1 parent cc7463e commit 922a7d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions netbox_dns/models/zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,6 @@ def delegation_records(self):
)
ns_values = [record.value_fqdn for record in ns_records]

ds_records = self.record_set.filter(type=RecordTypeChoices.DS)

return (
ns_records
| self.record_set.filter(type=RecordTypeChoices.DS)
Expand Down

0 comments on commit 922a7d0

Please sign in to comment.