]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/rados: remove unused import statement
authorKefu Chai <kchai@redhat.com>
Wed, 2 Dec 2020 14:47:57 +0000 (22:47 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 5 Dec 2020 14:09:21 +0000 (22:09 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/rados/setup.py

index 5341ae992176f682b979e2fcc04c0b239b029c64..e7d33025ee958a07cad44becd6f76a836ed7650c 100755 (executable)
@@ -13,7 +13,6 @@ from itertools import filterfalse, takewhile
 
 import os
 import shutil
-import subprocess
 import sys
 import tempfile
 import textwrap