Remove an empty line

This commit is contained in:
Bo Maryniuk 2018-09-13 12:07:43 +02:00
parent adb832424d
commit 11a94cad12

View File

@ -32,7 +32,6 @@ def _get_checksum():
Returns:
hexdigest
"""
digest = hashlib.sha256()
with open(RPM_PATH, "rb") as rpm_db_fh:
while True: