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