From a960eeec85830a41e91f33283bf8cd6d21ee31cf Mon Sep 17 00:00:00 2001 From: Achal Shah Date: Tue, 31 Aug 2021 11:22:02 -0700 Subject: [PATCH] Remove double import Signed-off-by: Achal Shah --- sdk/python/feast/infra/online_stores/datastore.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/python/feast/infra/online_stores/datastore.py b/sdk/python/feast/infra/online_stores/datastore.py index d2b3718314..37011c7d51 100644 --- a/sdk/python/feast/infra/online_stores/datastore.py +++ b/sdk/python/feast/infra/online_stores/datastore.py @@ -16,7 +16,6 @@ from multiprocessing.pool import ThreadPool from typing import Any, Callable, Dict, Iterator, List, Optional, Sequence, Tuple, Union -from google.cloud.datastore import Key from pydantic import PositiveInt, StrictStr from pydantic.typing import Literal