diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-04-11 13:46:56 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-04-11 13:46:56 -0400 |
| commit | 43bcb0de1ecc1dc2abd7e7c3eb0c39f3eab9adc0 (patch) | |
| tree | 34cd5fe4d3b8471747de8dfb4c5ebbe5e0ea679f /lib/sqlalchemy/sql/expression.py | |
| parent | 6e1cbe426479438f1fc12ce6ae9424cf5d191ddf (diff) | |
| download | sqlalchemy-43bcb0de1ecc1dc2abd7e7c3eb0c39f3eab9adc0.tar.gz | |
Fix almost all read-level sphinx warnings
There are some related to changelog that I can't figure out
and are likely due to something in the changelog extension.
also one thing with a "collection" I can't figure out.
Change-Id: I0a9e6f4291c3589aa19a4abcb9245cd22a266fe0
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
| -rw-r--r-- | lib/sqlalchemy/sql/expression.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/sql/expression.py b/lib/sqlalchemy/sql/expression.py index 4dc2b8bbf..e25063372 100644 --- a/lib/sqlalchemy/sql/expression.py +++ b/lib/sqlalchemy/sql/expression.py @@ -19,6 +19,7 @@ __all__ = [ "AliasedReturnsRows", "any_", "all_", + "CacheKey", "ClauseElement", "ColumnCollection", "ColumnElement", @@ -159,6 +160,7 @@ from .selectable import TableSample # noqa from .selectable import TextAsFrom # noqa from .selectable import TextualSelect # noqa from .selectable import Values # noqa +from .traversals import CacheKey # noqa from .visitors import Visitable # noqa from ..util.langhelpers import public_factory # noqa |
