Fix loop import

This commit is contained in:
cby3149 2025-01-28 14:41:22 -08:00
parent 3af1610228
commit 2bbe6a944f
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from . import idl, utils, core, rpc, go2, b2 from . import idl, utils, core, rpc, go2
__all__ = [ __all__ = [
"idl" "idl"
@ -6,5 +6,4 @@ __all__ = [
"core", "core",
"rpc", "rpc",
"go2", "go2",
"b2",
] ]