From 57b0d025fedcc24b847848c4d233ed29f30868ca Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 27 Feb 2024 12:38:41 -0600 Subject: [PATCH] Unused import --- stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py index 60156010..f0f8a151 100644 --- a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py +++ b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py @@ -3,7 +3,6 @@ # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -import datetime # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the