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.39.2 _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org