We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524c8e7 commit d575363Copy full SHA for d575363
examples/import_image_as_layer.py
@@ -8,7 +8,7 @@
8
import photoshop.api.action_manager as am
9
10
11
-def importfile(app, path: pathlib.WindowsPath, position: (float, float), size: (float, float)):
+def importfile(app, path: pathlib.WindowsPath, position: (float, float), size: (float, float)): # noqa
12
px, py = position
13
sx, sy = size
14
import_dict = {
0 commit comments