Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-07-28 13:01:45 +00:00 committed by Gerrit Code Review
commit 118b03cbe8
2 changed files with 0 additions and 6 deletions

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import os
import tempfile

View File

@ -13,10 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
# This make disable relative module import
from __future__ import absolute_import
import six
if six.PY2: