We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6efc1 commit a748ea8Copy full SHA for a748ea8
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