Skip to content

Commit b05ab22

Browse files
committed
Format with black 20.08b1
1 parent e05ac11 commit b05ab22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libtmux/_compat.py

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def reraise(tp, value, tb=None):
9797

9898
number_types = integer_types + (float,)
9999

100+
100101
def str_from_console(s):
101102
try:
102103
return text_type(s)

tests/test_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_has_session(server, session):
1515

1616

1717
def test_socket_name(server):
18-
""" ``-L`` socket_name.
18+
"""``-L`` socket_name.
1919
2020
``-L`` socket_name file name of socket. which will be stored in
2121
env TMUX_TMPDIR or /tmp if unset.)

0 commit comments

Comments
 (0)