backups: Remove unused import contextlib

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-12-30 08:36:48 -05:00
parent fd1b1c1cbf
commit fa41257565
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -2,7 +2,6 @@
"""Remote and local Borg backup repositories."""
import abc
import contextlib
import datetime
import io
import logging