8000 from __future__ import: not needed in Python 3 · scikit-learn/scikit-learn@6ece83d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ece83d

Browse files
from __future__ import: not needed in Python 3
While these files originate in SciPy, they have been removed from SciPy and are now maintained here.
1 parent 6e2388f commit 6ece83d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sklearn/externals/_pilutil.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4141
THE POSSIBILITY OF SUCH DAMAGE.
4242
"""
43-
from __future__ import division, print_function, absolute_import
44-
4543

4644
import numpy
4745

0 commit comments

Comments
 (0)
0