Update README.md

client.py is no longer there in the worker templates.
This commit is contained in:
mbeltagy
2024-10-24 18:31:47 +03:00
committed by GitHub
parent ff675ce347
commit c0c8db5a45
-1
View File
@@ -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
```