From c7825265560f6f507b63eb68310a358006d77d7e Mon Sep 17 00:00:00 2001 From: William Cheng Date: Fri, 5 Jan 2024 14:28:13 +0800 Subject: [PATCH] update samples --- samples/openapi3/client/petstore/python-aiohttp/docs/FakeApi.md | 2 -- samples/openapi3/client/petstore/python/docs/FakeApi.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/samples/openapi3/client/petstore/python-aiohttp/docs/FakeApi.md b/samples/openapi3/client/petstore/python-aiohttp/docs/FakeApi.md index 18ecc40967d..5f02b061a81 100644 --- a/samples/openapi3/client/petstore/python-aiohttp/docs/FakeApi.md +++ b/samples/openapi3/client/petstore/python-aiohttp/docs/FakeApi.md @@ -886,8 +886,6 @@ test referenced additionalProperties ```python -import time -import os import petstore_api from petstore_api.rest import ApiException from pprint import pprint diff --git a/samples/openapi3/client/petstore/python/docs/FakeApi.md b/samples/openapi3/client/petstore/python/docs/FakeApi.md index 6d2a5f431dd..03374451474 100644 --- a/samples/openapi3/client/petstore/python/docs/FakeApi.md +++ b/samples/openapi3/client/petstore/python/docs/FakeApi.md @@ -886,8 +886,6 @@ test referenced additionalProperties ```python -import time -import os import petstore_api from petstore_api.rest import ApiException from pprint import pprint