[Python] Follow PEP8 rules ( Issue #3041 )

This commit is contained in:
Takuro Wada
2016-06-05 23:15:36 +09:00
parent 34fed26e79
commit 955d39f709
68 changed files with 654 additions and 879 deletions

View File

@@ -1,21 +1,25 @@
# coding: utf-8
"""
Copyright 2016 SmartBear Software
Swagger Petstore
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
http://www.apache.org/licenses/LICENSE-2.0
OpenAPI spec version: 1.0.0
Contact: apiteam@swagger.io
Generated by: https://github.com/swagger-api/swagger-codegen.git
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
ref: https://github.com/swagger-api/swagger-codegen
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
from __future__ import absolute_import
@@ -46,4 +50,4 @@ class TestAnimal(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
unittest.main()