Skip to content

Commit 70213bf

Browse files
committed
fix lint
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 64a4eba commit 70213bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sdk/python/feast/feature_view.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ class FeatureView(BaseFeatureView):
5858
ttl: The amount of time this group of features lives. A ttl of 0 indicates that
5959
this group of features lives forever. Note that large ttl's or a ttl of 0
6060
can result in extremely computationally intensive queries.
61-
input: The source of data where this group of features is stored.
62-
batch_source (optional): The batch source of data where this group of features
61+
batch_source: The batch source of data where this group of features
6362
is stored.
6463
stream_source (optional): The stream source of data where this group of features
6564
is stored.

0 commit comments

Comments
 (0)