Skip to content

Commit 1f16d80

Browse files
committed
refactor: remove unused MSO_AUTO_SHAPE_TYPE import from types module
1 parent 26a9e49 commit 1f16d80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tppt/types/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import pathlib
44
from typing import TypeAlias
55

6-
from pptx.enum.shapes import MSO_AUTO_SHAPE_TYPE as _MSO_AUTO_SHAPE_TYPE
7-
86
from tppt.pptx.shape import RangeProps as _RangeProps
97
from tppt.pptx.shape.table import TableCellStyle as TableCellStyle
108

@@ -33,5 +31,4 @@
3331
)
3432

3533
FilePath = str | pathlib.Path
36-
AutoShapeType: TypeAlias = _MSO_AUTO_SHAPE_TYPE
3734
Range: TypeAlias = _RangeProps

0 commit comments

Comments
 (0)