Skip to content

Commit 5a395b8

Browse files
committed
Lint
1 parent e1cb553 commit 5a395b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_jinja2_compat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
try:
8484
# 3rd party
85-
import sphinx_prompt
85+
import sphinx_prompt # type: ignore[import]
8686
except ImportError:
8787
pass
8888
else:

0 commit comments

Comments
 (0)