#14329 Improve diffs for custom_fields
This commit is contained in:
parent
45b53ee036
commit
ca021e808b
|
|
@ -30,7 +30,7 @@ from netbox.views import generic
|
|||
from netbox.views.generic.base import BaseObjectView
|
||||
from netbox.views.generic.mixins import TableMixin
|
||||
from utilities.apps import get_installed_apps
|
||||
from utilities.data import deep_compare_dict, shallow_compare_dict
|
||||
from utilities.data import deep_compare_dict
|
||||
from utilities.forms import ConfirmationForm
|
||||
from utilities.htmx import htmx_partial
|
||||
from utilities.json import ConfigJSONEncoder
|
||||
|
|
|
|||
|
|
@ -100,7 +100,6 @@ class RangeFunctionsTestCase(TestCase):
|
|||
)
|
||||
|
||||
|
||||
|
||||
class GetConfigValueCITestCase(TestCase):
|
||||
|
||||
def test_exact_match(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue