From 28da78f99dcaa6cf761367b0a2d2c3fddf4803ec Mon Sep 17 00:00:00 2001 From: Jonas Reichert Date: Mon, 26 Sep 2022 09:19:52 +0200 Subject: [PATCH] remove samples of legacy python generator --- .../client/petstore/python-legacy/docs/User.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/samples/client/petstore/python-legacy/docs/User.md b/samples/client/petstore/python-legacy/docs/User.md index b0079f591b6e..e69de29bb2d1 100644 --- a/samples/client/petstore/python-legacy/docs/User.md +++ b/samples/client/petstore/python-legacy/docs/User.md @@ -1,18 +0,0 @@ -# User - - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | **int** | | [optional] -**username** | **str** | | [optional] -**first_name** | **str** | | [optional] -**last_name** | **str** | | [optional] -**email** | **str** | | [optional] -**password** | **str** | | [optional] -**phone** | **str** | | [optional] -**user_status** | **int** | User Status | [optional] - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - -