feat(python-client): remove unecessary imports in wmill to speed-up imports

This commit is contained in:
Ruben Fiszel
2022-11-20 14:59:50 +01:00
parent c2e9dff784
commit 5e8244b2a0
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1,4 +1,3 @@
openapi-deref.yaml
dist/
__pycache__/
windmill-api/
+1
View File
@@ -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*