Do not import print function from __future__

We're Python 3 only.

Change-Id: I28292fa258362f4bea3865e8d96c327156bc62e7
This commit is contained in:
Riccardo Pittau 2020-05-04 16:21:49 +02:00
parent 6658b97712
commit 71773f6b8d
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,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 sys import sys