Skip to content

Commit

Permalink
fix(text_item): Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: MrTeferi <[email protected]>
  • Loading branch information
Investigamer authored and loonghao committed Nov 20, 2023
1 parent cb38118 commit 2a1a071
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion photoshop/api/text_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from photoshop.api.enumerations import TextComposer
from photoshop.api.enumerations import TextType
from photoshop.api.solid_color import SolidColor
from photoshop.api.text_font import TextFont


class TextItem(Photoshop):
Expand Down

0 comments on commit 2a1a071

Please sign in to comment.