Skip to content

Commit 733533e

Browse files
committed
minor: remove unused method
1 parent b499968 commit 733533e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylops/waveeqprocessing/twoway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if devito_message is None:
1515
from examples.seismic import AcquisitionGeometry, Model
1616
from examples.seismic.acoustic import AcousticWaveSolver
17-
from examples.seismic.utils import PointSource, sources
17+
from examples.seismic.utils import PointSource
1818

1919

2020
class _CustomSource(PointSource):

0 commit comments

Comments
 (0)