[PATCH 1/3] CLI/git: remove unused import

Subject: [PATCH 1/3] CLI/git: remove unused import

Date: Fri, 12 Jan 2024 17:27:48 +0100

To: notmuch@notmuchmail.org

Cc:

From: Jakub Wilk


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-leave@notmuchmail.org

Thread: