Skip to content

Commit f08b4f4

Browse files
author
Tim Ansell
authored
Merge pull request #76 from mithro/enoent-fix
Remove unused imports.
2 parents 4177fff + c870b9f commit f08b4f4

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)