]> git.apps.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)
committerAdam King <adking@redhat.com>
Sat, 21 May 2022 23:20:37 +0000 (19:20 -0400)
commit846629ca3534b0331f3f683831e10642f9da22de
tree160c94b43c9f18358586bea7716dd8090ded0e24
parent66219713df0c33dda1f09edbd2dae1ab6e78d7dc
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>
(cherry picked from commit 05b76159b6a262b6bbdab3c0b41a80a85bf705e0)
src/pybind/mgr/object_format.py