Skip to content

Commit

Permalink
Remove double import
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Aug 31, 2021
1 parent 97402a2 commit a960eee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/feast/infra/online_stores/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a960eee

Please sign in to comment.