Merge pull request #338 from tatsuya4559/fix/remove_freeze
Removed freeze from __all__ listing
This commit is contained in:
commit
c8b94131e3
@ -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