Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Apr 23, 2024
1 parent 7981fba commit 700a66e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scanpydoc/definition_list_typed_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

from sphinx import addnodes
from docutils import nodes
from sphinx.domains.python import PyObject, PyTypedField # type: ignore[attr-defined]
from sphinx.domains.python import ( # type: ignore[attr-defined,unused-ignore]
PyObject,
PyTypedField,
)

from . import metadata, _setup_sig

Expand Down

0 comments on commit 700a66e

Please sign in to comment.