Skip to content

Commit 98b029d

Browse files
committed
chore(breakpoint): Ignore workaround
1 parent 921e715 commit 98b029d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/_compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
else:
1313
import pdb
1414

15-
breakpoint = pdb.set_trace
15+
breakpoint = pdb.set_trace # type: ignore
1616

1717

1818
console_encoding = sys.__stdout__.encoding

0 commit comments

Comments
 (0)