Skip to content

Commit

Permalink
fix: Building of go extension fails (#2448)
Browse files Browse the repository at this point in the history
Signed-off-by: pyalex <[email protected]>
  • Loading branch information
pyalex authored Mar 24, 2022
1 parent 0fbc062 commit 7d1efd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def run(self):
self._generate_go_protos(f"feast/{sub_folder}/*.proto")


class BuildGoEmbeddedCommand(build_py):
class BuildGoEmbeddedCommand(Command):
description = "Builds Go embedded library"
user_options = []

Expand Down

0 comments on commit 7d1efd5

Please sign in to comment.