Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
langevin-usgs committed Nov 20, 2023
1 parent d81c565 commit 78d67c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy/utils/gridutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import numpy as np

from .cvfdutil import get_disv_gridprops, centroid_of_polygon
from .cvfdutil import centroid_of_polygon, get_disv_gridprops


def get_lni(ncpl, nodes) -> List[Tuple[int, int]]:
Expand Down

0 comments on commit 78d67c9

Please sign in to comment.