Skip to content

Commit 47d53b8

Browse files
committed
Add wsinterp in __init__
1 parent 9875d5e commit 47d53b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/utils/parsers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from .loaddata import loadData
2020
from .serialization import serialize_data, deserialize_data
21-
from .resample import resample
21+
from .resample import wsinterp, resample
2222

2323
# silence the pyflakes syntax checker
2424
assert loadData or resample or True

0 commit comments

Comments
 (0)