Skip to content

Commit 954ef41

Browse files
committed
chore(util): Use console_to_str from libtmux
1 parent f57ac02 commit 954ef41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
import subprocess
1111
import sys
1212

13+
from libtmux._compat import console_to_str
1314
from libtmux.exc import LibTmuxException
1415

1516
from . import exc
16-
from ._compat import console_to_str
1717

1818
logger = logging.getLogger(__name__)
1919

0 commit comments

Comments
 (0)