From 126f121b74cbd16710a415cc6258c2b08b66c7b6 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 e0e1dfa0..4eecc542 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 @@ -15,7 +13,6 @@ import resource import stat import subprocess import sys -import tarfile import shlex from ctypes import CDLL