Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 30, 2023
1 parent 4a98057 commit 7a17f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_client/kernelspecapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def _kernel_spec_manager_default(self):
flags = {
"f": ({"RemoveKernelSpec": {"force": True}}, force.help),
}
flags.update(JupyterApp.flags) # type:ignore[arg-type]
flags.update(JupyterApp.flags) # type:ignore[has-type]

def parse_command_line(self, argv):
"""Parse the command line args."""
Expand Down

0 comments on commit 7a17f51

Please sign in to comment.