From 5b651e61420a506cd3f5de39ead1d77a85e8008d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 24 Dec 2020 22:50:44 +0800 Subject: [PATCH] pybind/ceph_argparse: no need to import print() we are already in a python3 world. Signed-off-by: Kefu Chai --- src/pybind/ceph_argparse.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/ceph_argparse.py b/src/pybind/ceph_argparse.py index 65420c9a40e96..bfc3f524c7060 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 -- 2.39.5