mirror of https://github.com/python/cpython.git
fold __future__ imports
This commit is contained in:
parent
5e9cc5efed
commit
fed4abcc84
|
@ -2,8 +2,7 @@
|
|||
Python implementation of the io module.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
from __future__ import (print_function, unicode_literals)
|
||||
|
||||
import os
|
||||
import abc
|
||||
|
|
Loading…
Reference in New Issue