Skip to content
Prev Previous commit
Next Next commit
Fix integration tests
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Apr 21, 2022
commit 4a2125f317ff5392e334706745719e7e83549cdb
1 change: 0 additions & 1 deletion sdk/python/feast/feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from typing import Dict, List, Optional, Tuple, Type, Union

from google.protobuf.duration_pb2 import Duration
from isort import stream

from feast import utils
from feast.base_feature_view import BaseFeatureView
Expand Down