Переглянути джерело

#14329 Improve diffs for custom_fields

Arthur 1 місяць тому
батько
коміт
992630d670
1 змінених файлів з 1 додано та 1 видалено
  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',