Skip to content

Commit e2cb9da

Browse files
committed
refactor: remove subdoc import from __init__ file
1 parent d4340de commit e2cb9da

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docxtpl/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@
1212
from .listing import Listing
1313
from .richtext import RichText, R, RichTextParagraph, RP
1414
from .template import DocxTemplate
15-
try:
16-
from .subdoc import Subdoc
17-
except ImportError:
18-
pass

0 commit comments

Comments
 (0)