Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Feb 20, 2024
1 parent 3b11f74 commit 397cd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage/test_generic_storages.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

from pde import DiffusionPDE, FileStorage, MemoryStorage, UnitGrid
from pde.fields import FieldCollection, ScalarField, Tensor2Field, VectorField
from pde.storage.base import StorageView
from pde.tools import mpi
from pde.tools.misc import module_available
from pde.storage.base import StorageView

STORAGE_CLASSES = [MemoryStorage, FileStorage]

Expand Down

0 comments on commit 397cd8e

Please sign in to comment.