From 0f25481e179b722363c5ee776d666874bda99f9b Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 22 Dec 2025 12:26:54 +0000 Subject: [PATCH] Update git submodules * Update masakari-dashboard from branch 'master' to 83d61866d405eca3c2cf2e244dfc920c38d4d55c - Merge "Remove unicode prefix from code" - Remove unicode prefix from code All strings are considered as unicode string from Python 3. This patch drops the explicit unicode literal (u'...') appearances from the unicode strings. Change-Id: Ia88a8caafa0829ea1676d95f3a5abcffff8c14da Signed-off-by: Ivan Anfimov --- masakari-dashboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masakari-dashboard b/masakari-dashboard index 02fd1421d2..83d61866d4 160000 --- a/masakari-dashboard +++ b/masakari-dashboard @@ -1 +1 @@ -Subproject commit 02fd1421d21fad0cd1b11d9cb4d84336efd9d0e2 +Subproject commit 83d61866d405eca3c2cf2e244dfc920c38d4d55c -- 2.43.0