Skip to content

Commit 9bb5e92

Browse files
committed
removed redundant which import
1 parent 705f7d8 commit 9bb5e92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tmuxp/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
has_minimum_version,
2121
which,
2222
get_version,
23-
tmux_cmd,
24-
which
23+
tmux_cmd
2524
)
2625
from libtmux.exc import TmuxCommandNotFound
2726
from libtmux.server import Server

0 commit comments

Comments
 (0)