Procházet zdrojové kódy

#14329 Improve diffs for custom_fields

Arthur před 1 týdnem
rodič
revize
992630d670
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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',