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 Feb 6, 2023
1 parent 1055e85 commit 3f96992
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion covalent_ssh_plugin/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def __init__(
poll_freq: int = 15,
do_cleanup: bool = True,
) -> None:

remote_cache = (
remote_cache or get_config("executors.ssh.remote_cache") or ".cache/covalent"
)
Expand Down

0 comments on commit 3f96992

Please sign in to comment.