]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/ceph_argparse: no need to import print()
authorKefu Chai <kchai@redhat.com>
Thu, 24 Dec 2020 14:50:44 +0000 (22:50 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 1 Jan 2021 12:37:45 +0000 (20:37 +0800)
we are already in a python3 world.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/ceph_argparse.py

index 65420c9a40e96851d7bc560906881c22ee0ab19a..bfc3f524c7060a49da1cdb653206fc819b01112b 100644 (file)
@@ -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