We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb60395 commit 5c7af85Copy full SHA for 5c7af85
tmuxp/cli/load.py
@@ -5,29 +5,20 @@
5
6
"""
7
import importlib
8
-import itertools
9
import logging
10
import os
11
import pathlib
12
import sys
13
-from typing import Generator, List
14
15
import click
16
import kaptan
17
-from click.shell_completion import CompletionItem
18
19
from libtmux.common import has_gte_version, which
20
from libtmux.server import Server
21
22
from .. import config, exc, log, util
23
from ..workspacebuilder import WorkspaceBuilder
24
-from .utils import (
25
- ConfigPath,
26
- _validate_choices,
27
- get_config_dir,
28
- scan_config,
29
- tmuxp_echo,
30
-)
+from .utils import ConfigPath, _validate_choices, get_config_dir, tmuxp_echo
31
32
33
def set_layout_hook(session, hook_name):
0 commit comments