Skip to content

Commit

Permalink
isort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Nov 1, 2021
1 parent ccfc688 commit 46ea522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion boututils/analyse_equil_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
from builtins import range, str, zip

import numpy
from boututils.bunch import Bunch
from crosslines import find_inter
from matplotlib.pyplot import annotate, contour, draw, gradient, plot
from past.utils import old_div
from scipy.interpolate import RectBivariateSpline

from boututils.bunch import Bunch

from . import local_min_max


Expand Down
2 changes: 1 addition & 1 deletion boututils/read_geqdsk.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import numpy

from boututils.geqdsk import Geqdsk
from boututils.bunch import Bunch
from boututils.geqdsk import Geqdsk


def read_geqdsk(file):
Expand Down

0 comments on commit 46ea522

Please sign in to comment.