From: Kefu Chai Date: Thu, 24 Dec 2020 14:50:44 +0000 (+0800) Subject: pybind/ceph_argparse: no need to import print() X-Git-Tag: v16.1.0~133^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b651e61420a506cd3f5de39ead1d77a85e8008d;p=ceph.git pybind/ceph_argparse: no need to import print() we are already in a python3 world. Signed-off-by: Kefu Chai --- diff --git a/src/pybind/ceph_argparse.py b/src/pybind/ceph_argparse.py index 65420c9a40e9..bfc3f524c706 100644 --- a/src/pybind/ceph_argparse.py +++ b/src/pybind/ceph_argparse.py @@ -9,7 +9,6 @@ Copyright (C) 2013 Inktank Storage, Inc. LGPL-2.1 or LGPL-3.0. See file COPYING. """ -from __future__ import print_function import copy import math import json