mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
pep8 comply
This commit is contained in:
parent
54b5dd8d61
commit
ab4bc22616
1 changed files with 2 additions and 2 deletions
|
|
@ -292,13 +292,13 @@ def rescan_hooks():
|
|||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
def get_metadata(project_name, _log=None):
|
||||
from adsk.libwiretapPythonClientAPI import (
|
||||
WireTapClient,
|
||||
WireTapServerHandle,
|
||||
WireTapNodeHandle,
|
||||
WireTapStr,
|
||||
WireTapInt
|
||||
WireTapStr
|
||||
)
|
||||
|
||||
class GetProjectColorPolicy(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue