Skip to content

Commit

Permalink
Remove unused crispy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Oct 3, 2024
1 parent 32b8d09 commit 2980198
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions python/nav/web/seeddb/page/netbox/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@

from django import forms
from django.db.models import Q
from crispy_forms.helper import FormHelper
from crispy_forms_foundation.layout import (
Layout,
Row,
Column,
Fieldset,
Field,
Div,
HTML,
)

from nav.django.forms import HStoreField
from nav.web.crispyforms import (
Expand Down

0 comments on commit 2980198

Please sign in to comment.