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
commit 599e92589a
1 changed files with 0 additions and 2 deletions

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