Skip to content

Commit 0ec0880

Browse files
committed
Fix type hints.
1 parent bb84eae commit 0ec0880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook2script/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from typing import Iterable, Union
2929

3030
# 3rd party
31-
from pre_commit_hooks.fix_encoding_pragma import fix_encoding_pragma
31+
from pre_commit_hooks.fix_encoding_pragma import fix_encoding_pragma # type: ignore
3232

3333
# this package
3434
from notebook2script.ipynb2py import convert_notebook

0 commit comments

Comments
 (0)