Skip to content

Commit d517d7e

Browse files
committed
TL: SO IMPORTANT CHANGE THANKS BLACK !!!
1 parent 291512b commit d517d7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pySDC/helpers/fieldsIO.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
try:
1111
from mpi4py import MPI
1212
except ImportError:
13+
1314
class MPI:
1415
COMM_WORLD = None
1516

17+
1618
T = TypeVar("T")
1719

1820
# Supported data types

0 commit comments

Comments
 (0)