Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 21, 2023
1 parent 2b4d947 commit bca8bc0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions covalent/_programmatic/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ def covalent_is_running() -> bool:


def _call_cli_command(
cmd: click.Command,
*,
quiet: bool = False,
**kwargs: Dict[str, Any]
cmd: click.Command, *, quiet: bool = False, **kwargs: Dict[str, Any]
) -> None:
"""
Call a CLI command with the specified kwargs.
Expand Down

0 comments on commit bca8bc0

Please sign in to comment.