Remove unused import

This commit is contained in:
Ines Montani 2020-07-12 12:32:24 +02:00
parent d1d7fd5f5d
commit 8a67ddd6f1
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ import subprocess
from contextlib import contextmanager
import tempfile
import shutil
import hashlib
import shlex
try: