Fix loop import
This commit is contained in:
parent
3af1610228
commit
2bbe6a944f
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue