Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul
2020-06-03 17:38:55 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 4 deletions

View File

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

View File

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