From 1b28cdf709812df6b480657a33b440397548e353 Mon Sep 17 00:00:00 2001 From: flow Date: Fri, 23 Apr 2021 16:17:15 +0200 Subject: [PATCH] Remove blank lines --- build/update_version_from_git.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/update_version_from_git.py b/build/update_version_from_git.py index f25ffff1877..f74f65466cf 100755 --- a/build/update_version_from_git.py +++ b/build/update_version_from_git.py @@ -55,9 +55,7 @@ def run_command(cmd): if sys.platform == 'linux2' or sys.platform == 'linux': run_command('dch -v {} New upstream release.'.format(version_id).split()) - logger.info('Writing AppStream version info.') - import time import xml.etree.ElementTree as xml import defusedxml.ElementTree as defxml