Skip to content

Commit

Permalink
Fixup client entrypoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
eagarvey-amd committed Nov 18, 2024
1 parent d217b7d commit 553028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortfin/python/shortfin_apps/sd/simple_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,4 @@ def main():


if __name__ == "__main__":
main(sys.argv)
main()

0 comments on commit 553028f

Please sign in to comment.