Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
overflw committed Apr 23, 2021
1 parent 33b834e commit 1b28cdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/update_version_from_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b28cdf

Please sign in to comment.