Fix bug: imported removed module
import * would fail, because of a listed module that was removed.
This commit is contained in:
parent
c6d6bbfeaf
commit
d8db1858ae
@ -1,9 +1,7 @@
|
|||||||
__all__ = (
|
__all__ = (
|
||||||
|
|
||||||
"relation",
|
"relation",
|
||||||
"parser",
|
"parser",
|
||||||
"optimizer",
|
"optimizer",
|
||||||
"optimizations",
|
"optimizations",
|
||||||
"rtypes",
|
"rtypes",
|
||||||
"parallel",
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user