Skip to content

Commit 12e9ad3

Browse files
committed
Fix plopp import again..
1 parent 9c1b184 commit 12e9ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/15_scipp_loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def main():
88
try:
99
scipp_loader = series.to_scipp()
1010
import plopp # noqa
11+
print("Plopp version:", plopp.__version__)
1112
except ImportError:
1213
print("Need to install scipp and plopp to run this example.")
1314
return

0 commit comments

Comments
 (0)