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__ = [
"idl"
@ -6,5 +6,4 @@ __all__ = [
"core",
"rpc",
"go2",
"b2",
]