Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Aug 18, 2022
1 parent 3a9ecea commit 49d4a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/proto_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def from_json_object_updated(
parser: _Parser, value: JsonObject, message: ProtoMessage, path: str
):
from_json_object(parser, value, message)

# https://github.com/feast-dev/feast/issues/2484 Certain feast users need a higher version of protobuf but the
# parameters of `from_json_object` changes in feast 3.20.1. This change gives users flexibility to use earlier versions.
current_version = pkg_resources.get_distribution("protobuf").version
Expand Down

0 comments on commit 49d4a95

Please sign in to comment.