Skip to content

Commit 620364d

Browse files
author
Sven Siegmund
committed
fix: add missing import of warn in html_decapsulator.py
1 parent ea0d8a9 commit 620364d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/rtfparse/renderers/html_decapsulator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#!/usr/bin/env python
22

33

4-
# Typing
54
import io
65
import logging
76

8-
# Own modules
9-
from rtfparse import entities
7+
from rtfparse import entities, utils
108
from rtfparse.renderers import Renderer
119

1210
# Setup logging

0 commit comments

Comments
 (0)