Skip to content

Commit

Permalink
chore: Remove unused compat constant console_encoding
Browse files Browse the repository at this point in the history
src/tmuxp/_compat.py:18: error: Item "None" of "TextIOWrapper | None" has no attribute "encoding"  [union-attr]
  • Loading branch information
tony committed Jul 20, 2024
1 parent 51cfffd commit 9f099cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tmuxp/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@
breakpoint = pdb.set_trace


console_encoding = sys.__stdout__.encoding

implements_to_string = _identity

0 comments on commit 9f099cc

Please sign in to comment.