Explorar o código

#14329 Improve diffs for custom_fields

Arthur hai 1 semana
pai
achega
992630d670
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/core/models/change_logging.py

+ 1 - 1
netbox/core/models/change_logging.py

@@ -11,7 +11,7 @@ from mptt.models import MPTTModel
 from core.choices import ObjectChangeActionChoices
 from core.querysets import ObjectChangeQuerySet
 from netbox.models.features import ChangeLoggingMixin, has_feature
-from utilities.data import deep_compare_dict, shallow_compare_dict
+from utilities.data import deep_compare_dict
 
 __all__ = (
     'ObjectChange',