🐶 fix linter

This commit is contained in:
Ondrej Samohel 2025-11-26 17:35:49 +01:00
parent 700b025024
commit bb430342d8
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 4 additions and 3 deletions

View file

@ -777,7 +777,6 @@ class CreateContext:
)
continue
# Filter by host name
if (
creator_class.host_name

View file

@ -33,8 +33,10 @@ def get_product_name_template(
product_type (str): Product type for which the product name is
calculated.
host_name (str): Name of host in which the product name is calculated.
task_name (Optional[str]): Name of task in which context the product is created.
task_type (Optional[str]): Type of task in which context the product is created.
task_name (Optional[str]): Name of task in which context the
product is created.
task_type (Optional[str]): Type of task in which context the
product is created.
default_template (Optional[str]): Default template which is used if
settings won't find any matching possibility. Constant
'DEFAULT_PRODUCT_TEMPLATE' is used if not defined.