Skip to content

Commit

Permalink
fix: docstring test
Browse files Browse the repository at this point in the history
  • Loading branch information
zabarn committed Oct 31, 2024
1 parent 422fcda commit d805f9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/feast/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,6 @@ def materialize_incremental(
>>> fs.materialize_incremental(end_date=_utc_now() - timedelta(minutes=5))
Materializing...
<BLANKLINE>
...
"""
feature_views_to_materialize = self._get_feature_views_to_materialize(
feature_views
Expand Down

0 comments on commit d805f9c

Please sign in to comment.