From f7c2d4ad75075b6d0d4c4b24cecdefe78d81e458 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:22:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- covalent_ssh_plugin/ssh.py | 1 - 1 file changed, 1 deletion(-) diff --git a/covalent_ssh_plugin/ssh.py b/covalent_ssh_plugin/ssh.py index 505ae19..1bb2725 100644 --- a/covalent_ssh_plugin/ssh.py +++ b/covalent_ssh_plugin/ssh.py @@ -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" )