Skip to content

Commit f934d4e

Browse files
committed
another importlib
1 parent 7185956 commit f934d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade_analog/serialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def load_bloqade():
4242
# multiple calls
4343

4444
if not __bloqade_package_loaded__:
45-
_import_submodules("bloqade")
45+
_import_submodules("bloqade_analog")
4646

4747
globals()["__bloqade_package_loaded__"] = True
4848

0 commit comments

Comments
 (0)