From 9b5211d1538b9c52892a628b68cc8d663ffc00c1 Mon Sep 17 00:00:00 2001 From: ma Date: Wed, 9 Oct 2024 14:32:34 +0200 Subject: [PATCH] remove unused import --- libqmpbackup/vm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libqmpbackup/vm.py b/libqmpbackup/vm.py index 215818a..96dac81 100644 --- a/libqmpbackup/vm.py +++ b/libqmpbackup/vm.py @@ -10,7 +10,6 @@ This work is licensed under the terms of the GNU GPL, version 3. See the LICENSE file in the top-level directory. """ -import os import logging from dataclasses import dataclass