There are already two `from sqlalchemy import ...` statements: the first
imports types, the second imports (SQL) expressions.
I can introduce a third one.
Or combine all into one like this (lexicographically sorted):
```
from sqlalchemy import (
Boolean, Column, DateTime, Float, ForeignKey, ForeignKeyConstraint, Index,
Integer, LargeBinary, PickleType, String, Text, UniqueConstraint,
and_, asc, func, or_, true as sqltrue
)
```
[ Full content available at:
https://github.com/apache/incubator-airflow/pull/3596 ]
This message was relayed via gitbox.apache.org for [email protected]