From 9a9f2a1cbcf381d894f44c8672bf55660764a375 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Thu, 25 Jul 2024 12:36:09 +0300 Subject: [PATCH] proton: Remove unused imports. --- proton | 3 --- 1 file changed, 3 deletions(-) diff --git a/proton b/proton index dbb73b18..0583fd21 100755 --- a/proton +++ b/proton @@ -4,9 +4,7 @@ import fcntl import array -import filecmp import fnmatch -import json import os import shutil import errno @@ -14,7 +12,6 @@ import platform import stat import subprocess import sys -import tarfile import shlex from ctypes import CDLL