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