diff options
Diffstat (limited to 'lib/sqlalchemy/sql/elements.py')
-rw-r--r-- | lib/sqlalchemy/sql/elements.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py index 6a9bd74ca..eff8c9bc1 100644 --- a/lib/sqlalchemy/sql/elements.py +++ b/lib/sqlalchemy/sql/elements.py @@ -5112,9 +5112,6 @@ class conv(_truncated_label): __slots__ = () -_NONE_NAME = util.symbol("NONE_NAME") -"""indicate a 'deferred' name that was ultimately the value None.""" - # for backwards compatibility in case # someone is re-implementing the # _truncated_identifier() sequence in a custom |