Skip to content

Commit 7bbd6d2

Browse files
committed
!remove unsued
1 parent e00e44e commit 7bbd6d2

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/tmuxp/cli/import_config.py

-24
Original file line numberDiff line numberDiff line change
@@ -188,30 +188,6 @@ def command_import_tmuxinator(
188188
import_config(config_file, config.import_tmuxinator)
189189

190190

191-
def create_convert_subparser(
192-
parser: argparse.ArgumentParser,
193-
) -> argparse.ArgumentParser:
194-
config_file = parser.add_argument(
195-
dest="config_file",
196-
type=str,
197-
help="checks current ~/.teamocil and current directory for yaml files",
198-
)
199-
parser.add_argument(
200-
"--yes",
201-
"-y",
202-
dest="answer_yes",
203-
action="store_true",
204-
help="always answer yes",
205-
)
206-
try:
207-
from tmuxp.cli.completions import ConfigFileCompleter
208-
209-
config_file.completer = ConfigFileCompleter() # type:ignore
210-
except ImportError:
211-
pass
212-
return parser
213-
214-
215191
def command_import_teamocil(
216192
config_file: str,
217193
parser: t.Optional[argparse.ArgumentParser] = None,

0 commit comments

Comments
 (0)