From cce902623848c0d1253daaf9f1377ed744f4dd81 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 29 Oct 2024 15:52:07 +0100 Subject: [PATCH] fix type hints --- executorlib/standalone/cache/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executorlib/standalone/cache/queue.py b/executorlib/standalone/cache/queue.py index a99da31a..fff98998 100644 --- a/executorlib/standalone/cache/queue.py +++ b/executorlib/standalone/cache/queue.py @@ -1,5 +1,5 @@ import os -from typing import List, Optional +from typing import List, Optional, Union from pysqa import QueueAdapter