Skip to content

Commit 7ad2084

Browse files
committed
Deleted unused import.
1 parent d0fc1cb commit 7ad2084

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ppt2video/convertor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ def ppt2video(pptx, video, timing, duration,
5959
try:
6060
# Update the video file, if already exists.
6161
os.rename(video_path, video_path)
62-
print(f'The video from PowerPoint Presentation {pptx} \
63-
has been created.')
62+
print(f'The video from {pptx} has been created.')
6463
break
6564
except Exception:
6665
pass

0 commit comments

Comments
 (0)