Skip to content

Commit

Permalink
Fix typing error (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 30, 2023
1 parent 0a2942c commit 943f029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbformat/sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def _config_file_name_default(self):
jupyter trust mynotebook.ipynb and_this_one.ipynb
"""

flags = trust_flags
flags = trust_flags # type:ignore[assignment]

reset = Bool(
False,
Expand Down

0 comments on commit 943f029

Please sign in to comment.