Skip to content

Commit 387387f

Browse files
committed
style(action_manager/js_converter): hop
Signed-off-by: TsXor <[email protected]>
1 parent 135478c commit 387387f

File tree

1 file changed

+2
-2
lines changed
  • photoshop/api/action_manager/js_converter

1 file changed

+2
-2
lines changed

photoshop/api/action_manager/js_converter/convert.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ def parseref(tdict):
8686
# py37 compat
8787
try:
8888
ext = eval(
89-
"""[(str2refgetpacker[val["type"]](e) """ +
90-
"""if type(val := e["Value"]) == dict """ +
89+
"""[(str2refgetpacker[val["type"]](e) """ + # noqa
90+
"""if type(val := e["Value"]) == dict """ + # noqa
9191
"""else str2refgetpacker["default"](e)) for e in d2l]"""
9292
)
9393
except SyntaxError:

0 commit comments

Comments
 (0)