Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul
2020-11-04 15:39:07 +00:00
committed by Gerrit Code Review

View File

@@ -12,8 +12,6 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import with_statement
from alembic import context
from logging.config import fileConfig