Skip to content

Commit

Permalink
fix sort
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 1, 2024
1 parent 01232b6 commit cd3cab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__version__ = version


from pyro.pyro_sim import Pyro
from pyro.mesh import (BC, ArrayIndexer, ArrayIndexerFC, CellCenterData2d,
FaceCenterData2d, FV2d, Grid2d, RKIntegrator)
from pyro.pyro_sim import Pyro
from pyro.util import RuntimeParameters, TimerCollection

0 comments on commit cd3cab1

Please sign in to comment.