diff --git a/tests/merge_docx.py b/tests/merge_docx.py index 68e6a24..9c99d11 100644 --- a/tests/merge_docx.py +++ b/tests/merge_docx.py @@ -6,7 +6,7 @@ Created : 2021-07-30 ''' from docxtpl import DocxTemplate -from docx.shared import Inches + tpl = DocxTemplate('templates/merge_docx_master_tpl.docx') sd = tpl.new_subdoc('templates/merge_docx_subdoc.docx')