fix 80char line

This commit is contained in:
iLLiCiTiT 2021-10-20 11:05:46 +02:00
parent 3a56ac5e5e
commit 630299e340

View file

@ -15,7 +15,9 @@ class ExperimentalTool:
hosts_filter (list): List of host names for which is tool available.
Some tools may not be available in all hosts.
"""
def __init__(self, identifier, label, callback, tooltip, hosts_filter=None):
def __init__(
self, identifier, label, callback, tooltip, hosts_filter=None
):
self.identifier = identifier
self.label = label
self.callback = callback