Skip to content

Commit

Permalink
refactor(artlayer): remove unused import of LayerKind enumeration
Browse files Browse the repository at this point in the history
Signed-off-by: longhao <[email protected]>
  • Loading branch information
loonghao committed Dec 29, 2024
1 parent 7a4686a commit c70085f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion photoshop/api/_artlayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# Import local modules
from photoshop.api._core import Photoshop
from photoshop.api.enumerations import LayerKind
from photoshop.api.enumerations import RasterizeType
from photoshop.api.text_item import TextItem

Expand Down

0 comments on commit c70085f

Please sign in to comment.