From de569479ccedde2fb443b1edf008c21472e98707 Mon Sep 17 00:00:00 2001 From: Nick Mills-Barrett Date: Fri, 27 Oct 2023 14:26:25 +0100 Subject: [PATCH] Fix missing import --- tests/rest/client/test_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rest/client/test_sync.py b/tests/rest/client/test_sync.py index 7d3ee494cda2..73a485bcc46b 100644 --- a/tests/rest/client/test_sync.py +++ b/tests/rest/client/test_sync.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. import json -from typing import List +from typing import List, Optional from parameterized import parameterized