Skip to content

Commit d575363

Browse files
committed
style(examples): hop
Signed-off-by: TsXor <[email protected]>
1 parent 524c8e7 commit d575363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/import_image_as_layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import photoshop.api.action_manager as am
99

1010

11-
def importfile(app, path: pathlib.WindowsPath, position: (float, float), size: (float, float)):
11+
def importfile(app, path: pathlib.WindowsPath, position: (float, float), size: (float, float)): # noqa
1212
px, py = position
1313
sx, sy = size
1414
import_dict = {

0 commit comments

Comments
 (0)