Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-08-17 13:46:52 +00:00 committed by Gerrit Code Review
commit 48e667d873
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
from __future__ import print_function
from oslo_config import cfg
from oslo_utils import importutils as i_utils

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
from __future__ import absolute_import
import datetime
import decimal
import functools