From 712b0301f7ca7c5e5872922196e57eca4a4b3a52 Mon Sep 17 00:00:00 2001 From: Asaf Gardin Date: Tue, 27 Feb 2024 16:37:28 +0200 Subject: [PATCH] fix: Added future type annotation to sagemaker --- ai21/clients/sagemaker/resources/sagemaker_completion.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ai21/clients/sagemaker/resources/sagemaker_completion.py b/ai21/clients/sagemaker/resources/sagemaker_completion.py index 377cc4bd..97a9682a 100644 --- a/ai21/clients/sagemaker/resources/sagemaker_completion.py +++ b/ai21/clients/sagemaker/resources/sagemaker_completion.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from typing import List, Dict from ai21.clients.sagemaker.resources.sagemaker_resource import SageMakerResource