Skip to content

Commit c870b9f

Browse files
author
Tim 'mithro' Ansell
committed
Remove unused imports.
Fixes #75 (as `ENOENT` has been removed from upstream Sphinx). Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
1 parent 4177fff commit c870b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxcontrib_hdl_diagrams/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from sphinx.locale import _, __
4343
from sphinx.util import logging
4444
from sphinx.util.i18n import search_image_for_language
45-
from sphinx.util.osutil import ensuredir, ENOENT, EPIPE, EINVAL
45+
from sphinx.util.osutil import ensuredir
4646

4747
if False:
4848
# For type annotation

0 commit comments

Comments
 (0)