Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Aug 23, 2024
1 parent 43ac4b8 commit 7bab360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyro/compressible/unsplit_fluxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@

import pyro.compressible as comp
import pyro.compressible.interface as ifc
import pyro.compressible.riemann as riemann
import pyro.mesh.array_indexer as ai
from pyro.compressible import riemann
from pyro.mesh import reconstruction
from pyro.util import msg

Expand Down
2 changes: 1 addition & 1 deletion pyro/compressible_fv4/fluxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import numpy as np

import pyro.compressible as comp
import pyro.compressible.riemann as riemann
import pyro.mesh.array_indexer as ai
from pyro.advection_fv4 import interface
from pyro.compressible import riemann
from pyro.mesh import reconstruction


Expand Down

0 comments on commit 7bab360

Please sign in to comment.