瀏覽代碼

#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',