From 5f3e5dd4111ee996e1729294eea39b59137395ef Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Fri, 12 Jan 2024 17:27:48 +0100 Subject: [PATCH] CLI/git: remove unused import shutil was used only for the tempfile.TemporaryDirectory backport, which was removed in commit b7c31f658121a0cf ("CLI/git: drop support for python < 3.2"). --- notmuch-git.py | 1 - 1 file changed, 1 deletion(-) diff --git a/notmuch-git.py b/notmuch-git.py index 57098aae..a11501ae 100644 --- a/notmuch-git.py +++ b/notmuch-git.py @@ -31,7 +31,6 @@ import locale as _locale import logging as _logging import os as _os import re as _re -import shutil as _shutil import subprocess as _subprocess import sys as _sys import tempfile as _tempfile -- 2.43.0