Skip to content

Commit 8814ec3

Browse files
committed
fix2
1 parent 1bd88ab commit 8814ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/feature_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(
5656
*,
5757
name: str,
5858
features: List[Union[FeatureView, OnDemandFeatureView]],
59-
tags: Dict[str, str] = None,
59+
tags: Optional[Dict[str, str]] = None,
6060
description: str = "",
6161
owner: str = "",
6262
logging_config: Optional[LoggingConfig] = None,

0 commit comments

Comments
 (0)