removed freeze from __all__ listing.
This commit is contained in:
parent
14db5e00e6
commit
5d6a840740
@ -10,7 +10,7 @@ warnings.filterwarnings(
|
|||||||
"ignore", "Skipping unsupported ALTER for creation of implicit constraint"
|
"ignore", "Skipping unsupported ALTER for creation of implicit constraint"
|
||||||
)
|
)
|
||||||
|
|
||||||
__all__ = ["Database", "Table", "freeze", "connect"]
|
__all__ = ["Database", "Table", "connect"]
|
||||||
__version__ = "1.3.2"
|
__version__ = "1.3.2"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user