]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/cephadm/remotes.py
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / cephadm / remotes.py
index 1c480c105e30d58868fad0ae40a8135fa52af30e..d8cda4e9d9c946bec97ed2c527547aeba4a79101 100644 (file)
@@ -14,6 +14,7 @@ PATH = [
     '/sbin',
 ]
 
+
 def choose_python():
     for e in PYTHONS:
         for b in PATH:
@@ -22,6 +23,7 @@ def choose_python():
                 return p
     return None
 
+
 if __name__ == '__channelexec__':
     for item in channel:  # type: ignore
         channel.send(eval(item))  # type: ignore