Skip to content

Commit

Permalink
Merge pull request #91 from peteeckel/fix/import-plugin-config-method
Browse files Browse the repository at this point in the history
Fixed wrong import in `middleware.py`
  • Loading branch information
peteeckel authored Nov 9, 2023
2 parents 0c9b9b9 + 6876045 commit 94e6d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_dns/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from ipam.models import IPAddress
from ipam.choices import IPAddressStatusChoices
from extras.plugins import get_plugin_config
from extras.plugins.utils import get_plugin_config
from netbox.signals import post_clean
from utilities.permissions import resolve_permission

Expand Down

0 comments on commit 94e6d3d

Please sign in to comment.