pep8 comply

This commit is contained in:
Jakub Jezek 2021-12-20 15:38:15 +01:00
parent 54b5dd8d61
commit ab4bc22616
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -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):