From 3467628dc8934dbd2bdae9e9774d8a7697ea37f4 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 6 Jan 2022 08:12:37 +0100 Subject: [PATCH] copr-be: cleanup-vms-aws-resalloc: drop unused import --- roles/copr/backend/files/cleanup-vms-aws-resalloc | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/copr/backend/files/cleanup-vms-aws-resalloc b/roles/copr/backend/files/cleanup-vms-aws-resalloc index eb063798f6..71931a6261 100644 --- a/roles/copr/backend/files/cleanup-vms-aws-resalloc +++ b/roles/copr/backend/files/cleanup-vms-aws-resalloc @@ -10,7 +10,6 @@ import json import logging import subprocess import time -import os import dateutil.parser