Skip to content

Commit be4b33e

Browse files
committed
Remove Transfer not being used from distarray
1 parent 9ca7a04 commit be4b33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpi4py_fft/distarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from numbers import Number
33
import numpy as np
44
from mpi4py import MPI
5-
from .pencil import Pencil, Subcomm, Transfer
5+
from .pencil import Pencil, Subcomm
66

77
comm = MPI.COMM_WORLD
88

0 commit comments

Comments
 (0)