From ede0ce85df745eed7c322fc48c30c7ce2faaf595 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Thu, 28 Sep 2023 17:15:50 -1000 Subject: [PATCH] Update utils.py --- covalent/_shared_files/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covalent/_shared_files/utils.py b/covalent/_shared_files/utils.py index 8251f7cc3..406ce63ea 100644 --- a/covalent/_shared_files/utils.py +++ b/covalent/_shared_files/utils.py @@ -20,7 +20,7 @@ import inspect import socket from datetime import timedelta -from typing import TYPE_CHECKING, Any, Callable, Dict, Set, Tuple +from typing import Any, Callable, Dict, Set, Tuple, TYPE_CHECKING import cloudpickle