We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f568ea1 commit f12a9d3Copy full SHA for f12a9d3
tests/client/test_stdio.py
@@ -705,7 +705,7 @@ def test_jupyter_detection_ipkernel_app(self):
705
"""Test that _is_jupyter_environment returns True for IPKernelApp config."""
706
707
class FakeIPython:
708
- config = {"IPKernelApp": {}}
+ config: dict[str, dict[str, str]] = {"IPKernelApp": {}}
709
710
mock_ipython_module = MagicMock()
711
mock_ipython_module.get_ipython = MagicMock(return_value=FakeIPython())
0 commit comments