script cleanup

This commit is contained in:
zandercymatics 2025-03-17 13:21:01 -06:00
parent 20bde7df39
commit e4c2511ef3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 12 additions and 14 deletions

View file

@ -170,6 +170,7 @@ class PopulateScriptTemplate(ABC):
)
def bulk_update_fields(self, object_class, to_update, fields_to_update):
"""Bulk updates the given fields"""
ScriptDataHelper.bulk_update_fields(object_class, to_update, fields_to_update)
def get_class_name(self, sender) -> str: