Skip to content
Prev Previous commit
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Apr 22, 2022
commit 05617db028558e6533f71b549bda5a391dc31224
2 changes: 1 addition & 1 deletion sdk/python/feast/on_demand_feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class OnDemandFeatureView(BaseFeatureView):
tags: Dict[str, str]
owner: str

@log_exceptions # noqa: C901
@log_exceptions # noqa: C901
def __init__( # noqa: C901
Comment thread
achals marked this conversation as resolved.
self,
*args,
Expand Down