Skip to content

Commit

Permalink
add required imports
Browse files Browse the repository at this point in the history
  • Loading branch information
YWatchman committed Nov 17, 2024
1 parent 0ec888a commit 6995083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_ddns/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.contrib import messages
from django.contrib.auth.mixins import PermissionRequiredMixin
from django.http import Http404
from django.shortcuts import get_object_or_404, redirect
from django.shortcuts import get_object_or_404, redirect, render
from django.urls import reverse
from django.utils.translation import gettext as _
from django.views import View
Expand Down

0 comments on commit 6995083

Please sign in to comment.