We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b018907 commit 810b50cCopy full SHA for 810b50c
cmd2/cmd2.py
@@ -1631,7 +1631,7 @@ def ppaged(
1631
# If the pager was killed (e.g. SIGKILL), the terminal might be in a bad state.
1632
# Attempt to restore terminal settings and foreground process group.
1633
if self._initial_termios_settings is not None and self.stdin.isatty(): # type: ignore[unreachable]
1634
- try:
+ try: # type: ignore[unreachable]
1635
import signal
1636
import termios
1637
0 commit comments