remove_instances is empty on autocreators

This commit is contained in:
iLLiCiTiT 2021-10-01 17:24:51 +02:00
parent 6fcb38fc72
commit 7dfa424c9b

View file

@ -290,6 +290,7 @@ class AutoCreator(BaseCreator):
"""Creator which is automatically triggered without user interaction.
Can be used e.g. for `workfile`.
Should raise 'AutoCreationSkipped' if has nothing to do.
"""
def remove_instances(self, instances):
"""Skip removement."""
pass