From aff579f3081a0c69342549716cd572870d85c90b Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 6 May 2024 12:27:11 +0300 Subject: [PATCH] Remove comments Signed-off-by: Dimitris Zlatanidis --- slpkg/gpg_verify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/slpkg/gpg_verify.py b/slpkg/gpg_verify.py index 69d265a3..8a658504 100644 --- a/slpkg/gpg_verify.py +++ b/slpkg/gpg_verify.py @@ -32,7 +32,6 @@ class GPGVerify(Configs): # pylint: disable=[R0903] gpg_command: str = 'gpg --verify' self.view_process.message('Verify files with GPG') - # exit_code: int = 0 for file in asc_files: with subprocess.Popen(f'{gpg_command} {file}', shell=True, stdout=subprocess.PIPE,