diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-07-29 14:12:32 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-07-29 14:12:32 -0600 |
commit | d676616cb5ddde980734e2b60569a69912983940 (patch) | |
tree | 749f0599e852adc6d59fdc676e15e1b6262e4d4b /numpy/f2py/cb_rules.py | |
parent | 0fa1a9fa0a54fce6e741333308bdafa83c0663b2 (diff) | |
download | numpy-d676616cb5ddde980734e2b60569a69912983940.tar.gz |
STY: Break some long lines in numpy/f2py/*.py.
The fixes are generated by autopep8, which uses line continuation.
There are 441 cases that it is unable to handle, involving strings, and
that is more, and more delicate, work than I want to do at this time.
The line continuation characters at least mark some of the long lines.
Diffstat (limited to 'numpy/f2py/cb_rules.py')
-rw-r--r-- | numpy/f2py/cb_rules.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/f2py/cb_rules.py b/numpy/f2py/cb_rules.py index 7d49544ac..2f68c4d50 100644 --- a/numpy/f2py/cb_rules.py +++ b/numpy/f2py/cb_rules.py @@ -550,6 +550,5 @@ def buildcallback(rout, um): 'argname': rd['argname'] } outmess('\t %s\n' % (ar['docstrshort'])) - # print ar['body'] return ################## Build call-back function ############# |