Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 5df1bee

Browse files
committed
fix:ignore mypy import error for nbformat
Signed-off-by: Emilio Garcia <i.am.emilio@gmail.com>
1 parent b9a939f commit 5df1bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/validate-notebooks/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import sys
1313

1414
# Third Party
15-
import nbformat
15+
import nbformat # type: ignore[import-not-found]
1616

1717

1818
def validate_notebook(file_path) -> bool:

0 commit comments

Comments
 (0)