We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a9e49 commit 1f16d80Copy full SHA for 1f16d80
src/tppt/types/__init__.py
@@ -3,8 +3,6 @@
3
import pathlib
4
from typing import TypeAlias
5
6
-from pptx.enum.shapes import MSO_AUTO_SHAPE_TYPE as _MSO_AUTO_SHAPE_TYPE
7
-
8
from tppt.pptx.shape import RangeProps as _RangeProps
9
from tppt.pptx.shape.table import TableCellStyle as TableCellStyle
10
@@ -33,5 +31,4 @@
33
31
)
34
32
35
FilePath = str | pathlib.Path
36
-AutoShapeType: TypeAlias = _MSO_AUTO_SHAPE_TYPE
37
Range: TypeAlias = _RangeProps
0 commit comments