Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 24, 2025
1 parent 30531d4 commit 770cacf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyro/compressible_sdc/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"""

from pyro import compressible_fv4
from pyro.mesh import patch
from pyro.mesh import fv, patch
from pyro.util import msg
from pyro.mesh import fv


class Simulation(compressible_fv4.Simulation):
Expand Down

0 comments on commit 770cacf

Please sign in to comment.