Skip to content

Commit 62dc1b8

Browse files
committed
chore: Format with black 21.6b0
1 parent 07e0037 commit 62dc1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
def console_to_str(s):
25-
""" From pypa/pip project, pip.backwardwardcompat. License MIT. """
25+
"""From pypa/pip project, pip.backwardwardcompat. License MIT."""
2626
try:
2727
return s.decode(console_encoding)
2828
except UnicodeDecodeError:

0 commit comments

Comments
 (0)