Update formatting for Black 24.4.0

This commit is contained in:
2024-04-19 10:26:06 -04:00
parent 79ad09ae59
commit 9714ac20b2
6 changed files with 20 additions and 14 deletions

View File

@ -320,7 +320,11 @@ def get_list_osd(zkhandler, limit=None, is_fuzzy=True):
#
def getPoolInformation(zkhandler, pool):
# Parse the stats data
(pool_stats_raw, tier, pgs,) = zkhandler.read_many(
(
pool_stats_raw,
tier,
pgs,
) = zkhandler.read_many(
[
("pool.stats", pool),
("pool.tier", pool),