Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Aug 30, 2024
1 parent 684682d commit eb95529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/mesh/bc_demo.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# test the boundary fill routine


import numpy as np

import mesh.boundary as bnd
import mesh.patch
import numpy as np


def doit():
Expand Down
2 changes: 1 addition & 1 deletion pyro/util/io_pyro.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import h5py

import pyro.mesh.boundary as bnd
from pyro.mesh.patch import CellCenterData2d, Cartesian2d, SphericalPolar
from pyro.mesh.patch import Cartesian2d, CellCenterData2d, SphericalPolar
from pyro.particles import particles


Expand Down

0 comments on commit eb95529

Please sign in to comment.