Skip to content

Commit

Permalink
chore(breakpoint): Ignore workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 14, 2022
1 parent 921e715 commit 98b029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmuxp/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
else:
import pdb

breakpoint = pdb.set_trace
breakpoint = pdb.set_trace # type: ignore


console_encoding = sys.__stdout__.encoding
Expand Down

0 comments on commit 98b029d

Please sign in to comment.