fix collect comment

This commit is contained in:
Jakub Trllo 2024-02-28 18:02:22 +01:00
parent ce370c7ca0
commit 9464b3739a

View file

@ -42,7 +42,7 @@ class CollectInstanceCommentDef(
pass
@classmethod
def apply_settings(cls, project_setting, _):
def apply_settings(cls, project_setting):
plugin_settings = project_setting["core"]["publish"].get(
"collect_comment_per_instance"
)