mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
feat(python-client): remove unecessary imports in wmill to speed-up imports
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
openapi-deref.yaml
|
||||
dist/
|
||||
__pycache__/
|
||||
windmill-api/
|
||||
|
||||
@@ -15,6 +15,7 @@ mv .gitignore2 .gitignore
|
||||
|
||||
rm -rf windmill-api/ || true
|
||||
openapi-python-client generate --config $PWD/python-gen.yaml --path openapi-deref.json
|
||||
echo "" > windmill-api/windmill_api/models/__init__.py
|
||||
rm -rf openapi/
|
||||
rm openapi*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user