Skip to content

Commit 66b9e3d

Browse files
committed
chore(workspacebuilder): Sort imports
1 parent b8a1aaa commit 66b9e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/workspacebuilder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
import logging
88
import time
99

10+
from libtmux.common import has_gte_version
1011
from libtmux.exc import TmuxSessionExists
1112
from libtmux.pane import Pane
1213
from libtmux.server import Server
1314
from libtmux.session import Session
1415
from libtmux.window import Window
15-
from libtmux.common import has_gte_version
1616

1717
from . import exc
1818
from .util import get_current_pane, run_before_script

0 commit comments

Comments
 (0)