Skip to content

Commit

Permalink
Merge pull request #465 from peteeckel/housekeeping/code-cleanup
Browse files Browse the repository at this point in the history
Removed unnecessary imports
  • Loading branch information
peteeckel authored Oct 28, 2024
2 parents 0673c38 + 6021526 commit 7e05a4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions netbox_dns/models/nameserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
from netbox_dns.validators import validate_fqdn
from netbox_dns.mixins import ObjectModificationMixin

from .record import Record


__all__ = (
"NameServer",
Expand Down
5 changes: 0 additions & 5 deletions netbox_dns/models/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
from netbox_dns.mixins import ObjectModificationMixin
from netbox_dns.choices import RecordTypeChoices, RecordStatusChoices

# +
# This is a hack designed to break cyclic imports between Record and Zone
# -
from netbox_dns.models import zone


__all__ = (
"Record",
Expand Down

0 comments on commit 7e05a4a

Please sign in to comment.