Skip to content

Commit 9f099cc

Browse files
committed
chore: Remove unused compat constant console_encoding
src/tmuxp/_compat.py:18: error: Item "None" of "TextIOWrapper | None" has no attribute "encoding" [union-attr]
1 parent 51cfffd commit 9f099cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tmuxp/_compat.py

-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@
1515
breakpoint = pdb.set_trace
1616

1717

18-
console_encoding = sys.__stdout__.encoding
19-
2018
implements_to_string = _identity

0 commit comments

Comments
 (0)