Skip to content

Commit 943f029

Browse files
authored
Fix typing error (#379)
1 parent 0a2942c commit 943f029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbformat/sign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def _config_file_name_default(self):
585585
jupyter trust mynotebook.ipynb and_this_one.ipynb
586586
"""
587587

588-
flags = trust_flags
588+
flags = trust_flags # type:ignore[assignment]
589589

590590
reset = Bool(
591591
False,

0 commit comments

Comments
 (0)