Skip to content

Commit 5b56249

Browse files
committed
doc/common/extensions: Drop unused imports.
1 parent 04fb7e3 commit 5b56249

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/common/extensions/blockimg.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import xml.etree.ElementTree as ET
2-
from docutils.parsers.rst import Directive, directives
1+
from docutils.parsers.rst import Directive
32
from docutils import nodes
43
from pathlib import Path
54

0 commit comments

Comments
 (0)