Skip to content

Commit c42411f

Browse files
committed
add list step by step
1 parent 16a8142 commit c42411f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

executorlib/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@
2525
"SingleNodeExecutor",
2626
"SlurmJobExecutor",
2727
"SlurmClusterExecutor",
28-
] + _hdf_lst
28+
]
29+
__all__ += _hdf_lst

0 commit comments

Comments
 (0)