]> git.cworth.org Git - notmuch/commitdiff
CLI/git: remove unused import
authorJakub Wilk <jwilk@jwilk.net>
Fri, 12 Jan 2024 16:27:48 +0000 (17:27 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 14 Jan 2024 12:54:39 +0000 (08:54 -0400)
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

index 57098aae7821e5ddb5e1543d6e6c58d2c3d9a0bd..a11501ae4cfeb51988fc06b1015739d95d9fcf5d 100644 (file)
@@ -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