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