From 86e2eafd474197693abf7ba70f8898e7b3b23382 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:03:38 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- covalent_ssh_plugin/exec.py | 1 + 1 file changed, 1 insertion(+) diff --git a/covalent_ssh_plugin/exec.py b/covalent_ssh_plugin/exec.py index 4ec24a2..5dabd8a 100644 --- a/covalent_ssh_plugin/exec.py +++ b/covalent_ssh_plugin/exec.py @@ -1,6 +1,7 @@ """ Load task `fn` from pickle. Run it. Save the result. """ + import os import sys from pathlib import Path