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
commit 174b29162d
2 changed files with 0 additions and 4 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 argparse
import os
import resource

View File

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