mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-08-05 11:31:44 +00:00
remove typer import
This commit is contained in:
parent
436e4d5345
commit
8c37ce1fc0
@ -1,12 +1,7 @@
|
|||||||
"""module containing validation functions."""
|
"""module containing validation functions."""
|
||||||
|
|
||||||
import typer
|
|
||||||
|
|
||||||
from .context import Context
|
from .context import Context
|
||||||
|
|
||||||
# type alias for an option that is skipped when the command is run
|
|
||||||
skipped_option = typer.Option(parser=lambda _: _, hidden=True, expose_value=False)
|
|
||||||
|
|
||||||
|
|
||||||
def input_in_inputs(ctx: Context, input_name: str) -> bool:
|
def input_in_inputs(ctx: Context, input_name: str) -> bool:
|
||||||
"""Check if an input is in the input list."""
|
"""Check if an input is in the input list."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user