Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-03 16:18:04 +00:00 committed by Gerrit Code Review
commit 107229b21d
5 changed files with 0 additions and 11 deletions

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
from datetime import timedelta
from concurrent.futures import ThreadPoolExecutor

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import absolute_import
import pytz
import sqlalchemy
from sqlalchemy import and_

View File

@ -12,9 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import absolute_import
from oslo_config import cfg
from oslo_db.sqlalchemy import session as db_session
from oslo_log import log

View File

@ -10,8 +10,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
from oslo_db.sqlalchemy import enginefacade

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import absolute_import
from datetime import datetime
from datetime import timedelta
from dateutil import parser