Skip to content

Commit

Permalink
fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 25, 2023
1 parent dff3a58 commit 9adb3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_immaterial/apidoc/generic_synopses.py
Expand Up @@ -140,7 +140,7 @@ def resolve_any_xref(
docname, labelid = self.objects[key]
results.append(
(
"std:" + self.role_for_objtype(objtype),
"std:" + cast(str, self.role_for_objtype(objtype)),
make_refnode(
self,
builder,
Expand Down

0 comments on commit 9adb3f1

Please sign in to comment.