From 3a8ea1e4eef6b9b3d0f49dd00782857f68537a80 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 27 May 2024 00:56:42 -0500 Subject: [PATCH] removed unused import --- src/restic/backup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/restic/backup.py b/src/restic/backup.py index 7117779..ee1a455 100755 --- a/src/restic/backup.py +++ b/src/restic/backup.py @@ -1,7 +1,6 @@ import json import logging import subprocess -from functools import partial from pathlib import Path import click