Fix some typing comments

This commit is contained in:
Ayaz Salikhov
2025-02-21 01:56:40 +00:00
parent 3d9ce7c9c7
commit 355813e360
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@
# Attempt to capture and forward low-level output, e.g. produced by Extension libraries.
# Default: True
# type:ignore
# type: ignore
c.IPKernelApp.capture_fd_output = False # noqa: F821