Skip to content

Commit

Permalink
move deprecated usage in sphinx.util
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Oct 11, 2024
1 parent 3bc699a commit 0640ccb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinxcontrib/mermaid/autoclassdiag.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import inspect

from sphinx.util import ExtensionError, import_object
from sphinx.errors import ExtensionError
from sphinx.util import import_object

from .exceptions import MermaidError

Expand Down

0 comments on commit 0640ccb

Please sign in to comment.