We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921e715 commit 98b029dCopy full SHA for 98b029d
tmuxp/_compat.py
@@ -12,7 +12,7 @@
12
else:
13
import pdb
14
15
- breakpoint = pdb.set_trace
+ breakpoint = pdb.set_trace # type: ignore
16
17
18
console_encoding = sys.__stdout__.encoding
0 commit comments