Skip to content

Commit 17587e0

Browse files
committed
Update datamodel-codegen settings
1 parent 0b6e0f1 commit 17587e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ context = 7
187187

188188
# https://koxudaxi.github.io/datamodel-code-generator/
189189
[tool.datamodel-codegen]
190-
# url = "https://docs.apify.com/api/openapi.json"
191-
input = "../apify-docs/static/api/openapi.json"
190+
url = "https://docs.apify.com/api/openapi.json"
192191
input_file_type = "openapi"
193192
output = "src/apify_client/_models.py"
194193
target_python_version = "3.10"

0 commit comments

Comments
 (0)