Skip to content

Commit ca7202d

Browse files
Merge pull request #43 from fleetingbytes/42-missing-import
fix: add missing import of warn in html_decapsulator.py
2 parents ea0d8a9 + 620364d commit ca7202d

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)