From fa5595ec0dad88e087e046fcedb5f5336bbb5e3d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 18:30:09 +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 9244db4..0e9e3d2 100644 --- a/covalent_ssh_plugin/ssh.py +++ b/covalent_ssh_plugin/ssh.py @@ -89,7 +89,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" )