From c0c8db5a453f645732df951717d9874a157d4483 Mon Sep 17 00:00:00 2001 From: mbeltagy Date: Thu, 24 Oct 2024 18:31:47 +0300 Subject: [PATCH] Update README.md client.py is no longer there in the worker templates. --- workers/hello_world/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/workers/hello_world/README.md b/workers/hello_world/README.md index 297ae51..baa43bb 100644 --- a/workers/hello_world/README.md +++ b/workers/hello_world/README.md @@ -30,7 +30,6 @@ All PyWorkers have four files: ├── __init__.py ├── data_types.py # contains data types representing model API endpoints ├── server.py # contains endpoint handlers - ├── client.py # a script to call an endpoint through the autoscaler └── test_load.py # script for load testing ```