Skip to content

Commit

Permalink
Fix mypy (import-untyped)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 21, 2025
1 parent fdd47cf commit 10a6a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathe/renderer/sphinxrenderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
php = None

try:
from sphinx_csharp import csharp as cs # type: ignore[import-not-found]
from sphinx_csharp import csharp as cs # type: ignore[import-untyped]
except ImportError:
cs = None

Expand Down

0 comments on commit 10a6a09

Please sign in to comment.