mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-18 15:54:42 +00:00
[python-experimental] Removes python2 (#6991)
* Removes future from python-exp v3 sample * Removes future from python-exp v2 sample * Deletes future from remaining python-exp files * Removes six from python-exp templates * Removes six from python-exp samples * Removes mock from python-exp * Python-exp switched to py3 * Removes python 2.7 for python-exp ci testing * Requires python>=3.3 for python-exp * Reverts unnecessary changes to two templates
This commit is contained in:
@@ -18,7 +18,6 @@ Use custom server
|
||||
### Example
|
||||
|
||||
```python
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import dynamic_servers
|
||||
from dynamic_servers.api import usage_api
|
||||
@@ -77,7 +76,6 @@ Use default server
|
||||
### Example
|
||||
|
||||
```python
|
||||
from __future__ import print_function
|
||||
import time
|
||||
import dynamic_servers
|
||||
from dynamic_servers.api import usage_api
|
||||
|
||||
Reference in New Issue
Block a user