]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: reformat quoting in format enum
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 8 Apr 2022 15:15:55 +0000 (11:15 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 13 May 2022 14:41:59 +0000 (10:41 -0400)
commit05b76159b6a262b6bbdab3c0b41a80a85bf705e0
tree9cae67e1f3b3ef866cd51aaff6076241c80832bb
parent006c33895f4b7559219821bcfafbe82e789e9e41
pybind/mgr: reformat quoting in format enum

Whenever possible I use 'black' to reformat the python code.
It's strict and its formatting is superset of what ceph's
formatting tools require. This change updates the code that was
moved into this file so that future uses of 'black' don't
reformat this section too.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/object_format.py