We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb84eae commit 0ec0880Copy full SHA for 0ec0880
notebook2script/__main__.py
@@ -28,7 +28,7 @@
28
from typing import Iterable, Union
29
30
# 3rd party
31
-from pre_commit_hooks.fix_encoding_pragma import fix_encoding_pragma
+from pre_commit_hooks.fix_encoding_pragma import fix_encoding_pragma # type: ignore
32
33
# this package
34
from notebook2script.ipynb2py import convert_notebook
0 commit comments