Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92575e2

Browse files
committed
Explicitly imported Python 3.0 printfunction
1 parent de1f1f4 commit 92575e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/sankey.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33
Module for creating Sankey diagrams using matplotlib
44
"""
5+
from __future__ import print_function
56
__author__ = "Kevin L. Davies"
67
__credits__ = ["Yannick Copin"]
78
__license__ = "BSD"

0 commit comments

Comments
 (0)