Skip to content

Commit 600891b

Browse files
committed
Fix submodules lazy import
1 parent 6e7d7d9 commit 600891b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/scippneutron/__init__.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,17 @@
2323

2424
import lazy_loader as lazy
2525

26-
submodules = ['atomschopper', 'io', 'conversion']
26+
submodules = [
27+
'absorption',
28+
'atoms',
29+
'chopper',
30+
'io',
31+
'conversion',
32+
'data',
33+
'metadata',
34+
'peaks',
35+
'tof',
36+
]
2737

2838
__getattr__, __dir__, __all__ = lazy.attach(
2939
__name__,

0 commit comments

Comments
 (0)