peteeckel / netbox-plugin-dns

NetBox DNS is a NetBox plugin for managing DNS data.
https://pypi.org/project/netbox-plugin-dns
MIT License
204 stars 17 forks source link

Remove unnecessary imports in the GraphQL schema definitions #406

Closed peteeckel closed 2 months ago

peteeckel commented 2 months ago

After the recent changes there were some unused imports left in the GraphQL schema.

This PR removes the import statements.