Skip to content

Commit 305540b

Browse files
committed
PEP8 : re-order meta-data in sankey.py
1 parent 07fa42c commit 305540b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/matplotlib/sankey.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
import six
99
from six.moves import zip
1010

11-
__author__ = "Kevin L. Davies"
12-
__credits__ = ["Yannick Copin"]
13-
__license__ = "BSD"
14-
__version__ = "2011/09/16"
15-
1611
# Original version by Yannick Copin ([email protected]) 10/2/2010, available
1712
# at:
1813
# http://matplotlib.org/examples/api/sankey_demo_old.html
@@ -50,6 +45,11 @@
5045
from matplotlib import verbose
5146
from matplotlib import docstring
5247

48+
__author__ = "Kevin L. Davies"
49+
__credits__ = ["Yannick Copin"]
50+
__license__ = "BSD"
51+
__version__ = "2011/09/16"
52+
5353
# Angles [deg/90]
5454
RIGHT = 0
5555
UP = 1

0 commit comments

Comments
 (0)