From: Jakub Wilk Date: Fri, 12 Jan 2024 16:27:48 +0000 (+0100) Subject: CLI/git: remove unused import X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=5f3e5dd4111ee996e1729294eea39b59137395ef 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"). --- 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