🔥 Clean exports from typer, remove unneeded Click components, add needed ones
Clean exports from typer, remove unneeded Click components
This commit is contained in:
commit
72466cb328
1 changed files with 1 additions and 12 deletions
|
@ -2,17 +2,7 @@
|
|||
|
||||
__version__ = "0.0.4"
|
||||
|
||||
from click.exceptions import ( # noqa
|
||||
Abort,
|
||||
BadArgumentUsage,
|
||||
BadOptionUsage,
|
||||
BadParameter,
|
||||
ClickException,
|
||||
FileError,
|
||||
MissingParameter,
|
||||
NoSuchOption,
|
||||
UsageError,
|
||||
)
|
||||
from click.exceptions import Abort, Exit # noqa
|
||||
from click.termui import ( # noqa
|
||||
clear,
|
||||
confirm,
|
||||
|
@ -33,7 +23,6 @@ from click.utils import ( # noqa
|
|||
format_filename,
|
||||
get_app_dir,
|
||||
get_binary_stream,
|
||||
get_os_args,
|
||||
get_text_stream,
|
||||
open_file,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue