Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Aug 30, 2024
1 parent e372e98 commit ea640a9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion pyro/advection/simulation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import importlib

import matplotlib
import matplotlib.pyplot as plt
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion pyro/advection_nonuniform/simulation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import importlib

import matplotlib
import matplotlib.pyplot as plt
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion pyro/compressible/simulation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import importlib

import matplotlib
import matplotlib.pyplot as plt
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion pyro/compressible_react/simulation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import matplotlib
import matplotlib.pyplot as plt
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion pyro/diffusion/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import importlib
import math

import matplotlib
import matplotlib.pyplot as plt
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion pyro/swe/simulation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import importlib

import matplotlib
import matplotlib.pyplot as plt
import numpy as np

Expand Down

0 comments on commit ea640a9

Please sign in to comment.