From 0155e6b5a50e10f23004046ea396b4aeeccdba75 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Thu, 7 Aug 2025 08:22:49 +0000 Subject: [PATCH] pylint: remove outdated code deprecated distutils module removed in Ibc2b329a261355aa96165f4af1acc377560e0a39 this code not need anymore. Change-Id: I63380c31a7be494567a6e6cdeaa10d048f2035ed Co-authored-by: Dr. Jens Harbott Signed-off-by: Ivan Anfimov --- openstack_dashboard/management/commands/extract_messages.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack_dashboard/management/commands/extract_messages.py b/openstack_dashboard/management/commands/extract_messages.py index 29a70cb959..4def2971be 100644 --- a/openstack_dashboard/management/commands/extract_messages.py +++ b/openstack_dashboard/management/commands/extract_messages.py @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# pylint: disable=import-error,deprecated-module import os from subprocess import call