mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix 80char line
This commit is contained in:
parent
3a56ac5e5e
commit
630299e340
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue