Skip to content

Commit 7dabf79

Browse files
committed
Remove dead branch
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent f459c9a commit 7dabf79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/python/feast/infra/aws.py

-2
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,6 @@ def _get_docker_image_version() -> str:
349349
"> git fetch --all --tags\n"
350350
"> pip install -e sdk/python"
351351
)
352-
else:
353-
version = version
354352
return version
355353

356354

0 commit comments

Comments
 (0)