Skip to content

Commit 1dee936

Browse files
committed
fix: reorder import statements for consistency
1 parent 129316a commit 1dee936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/add_shape_example.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
from pathlib import Path
44

5-
import tppt
65
from pptx.enum.shapes import MSO_AUTO_SHAPE_TYPE
76

7+
import tppt
8+
89

910
def main():
1011
"""Create a PowerPoint with box shapes that have background color and text."""

0 commit comments

Comments
 (0)