Skip to content

Commit

Permalink
style(examples): hop
Browse files Browse the repository at this point in the history
Signed-off-by: TsXor <[email protected]>
  • Loading branch information
TsXor committed Sep 8, 2022
1 parent 524c8e7 commit d575363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/import_image_as_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import photoshop.api.action_manager as am


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
px, py = position
sx, sy = size
import_dict = {
Expand Down

0 comments on commit d575363

Please sign in to comment.