Do not import print function from __future__

We're Python 3 only.

Change-Id: I28292fa258362f4bea3865e8d96c327156bc62e7
changes/85/725285/1
Riccardo Pittau 3 years ago
parent 6658b97712
commit 71773f6b8d

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

Loading…
Cancel
Save