Skip to content

Commit

Permalink
Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
spors committed Aug 30, 2019
1 parent 4f5e4d3 commit 3453e98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sfs/fd/nfchoa.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def plot(d, selection, secondary_source):
from scipy.special import hankel2 as _hankel2

from . import secondary_source_point as _secondary_source_point
from . import secondary_source_line as _secondary_source_line
from .. import util as _util


Expand Down

0 comments on commit 3453e98

Please sign in to comment.