diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2024-01-12 17:27:48 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2024-01-14 08:54:39 -0400 |
| commit | 5f3e5dd4111ee996e1729294eea39b59137395ef (patch) | |
| tree | bb54ea438ad81a7edac4de4c63e1e4ce829f4ad8 | |
| parent | 52a5446150a7449b62bce27c3e96c1a503821279 (diff) | |
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").
| -rw-r--r-- | notmuch-git.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
