Skip to content

Commit 49d4a95

Browse files
committed
Fix lint
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 3a9ecea commit 49d4a95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdk/python/feast/proto_json.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def from_json_object_updated(
115115
parser: _Parser, value: JsonObject, message: ProtoMessage, path: str
116116
):
117117
from_json_object(parser, value, message)
118+
118119
# https://github.com/feast-dev/feast/issues/2484 Certain feast users need a higher version of protobuf but the
119120
# parameters of `from_json_object` changes in feast 3.20.1. This change gives users flexibility to use earlier versions.
120121
current_version = pkg_resources.get_distribution("protobuf").version

0 commit comments

Comments
 (0)