Skip to content
Snippets Groups Projects
Commit 7b43928e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

PEP8 cleanups

parent a786dae9
No related branches found
No related tags found
No related merge requests found
from __future__ import division from __future__ import division, absolute_import
from __future__ import absolute_import
from six.moves import range
__copyright__ = "Copyright (C) 2010,2012,2013 Andreas Kloeckner, Michael Tom" __copyright__ = "Copyright (C) 2010,2012,2013 Andreas Kloeckner, Michael Tom"
...@@ -24,7 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN ...@@ -24,7 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
""" """
from six.moves import range
import six import six
import numpy as np import numpy as np
import modepy as mp import modepy as mp
import numpy.linalg as la import numpy.linalg as la
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment