From 45f05a1b928b67a1b1faa3524f6a660d1c8f8c52 Mon Sep 17 00:00:00 2001 From: martynia Date: Wed, 6 Sep 2023 10:38:46 +0200 Subject: [PATCH] fix: remove unused imports --- .../WorkloadManagementSystem/Service/PilotManagerHandler.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/DIRAC/WorkloadManagementSystem/Service/PilotManagerHandler.py b/src/DIRAC/WorkloadManagementSystem/Service/PilotManagerHandler.py index f911fd05c90..6e935b9b16b 100644 --- a/src/DIRAC/WorkloadManagementSystem/Service/PilotManagerHandler.py +++ b/src/DIRAC/WorkloadManagementSystem/Service/PilotManagerHandler.py @@ -3,14 +3,12 @@ """ import shutil import datetime -import os from DIRAC import S_OK, S_ERROR import DIRAC.Core.Utilities.TimeUtilities as TimeUtilities -from DIRAC.ConfigurationSystem.Client.Helpers import Registry from DIRAC.Core.Utilities.Decorators import deprecated from DIRAC.ConfigurationSystem.Client.Helpers.Operations import Operations -from DIRAC.ConfigurationSystem.Client.Helpers.Registry import getUsernameForDN, getDNForUsername, getVOForGroup +from DIRAC.ConfigurationSystem.Client.Helpers.Registry import getVOForGroup from DIRAC.Core.DISET.RequestHandler import getServiceOption from DIRAC.Core.DISET.RequestHandler import RequestHandler from DIRAC.Core.Utilities.ObjectLoader import ObjectLoader