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