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: Returns:
hexdigest hexdigest
""" """
digest = hashlib.sha256() digest = hashlib.sha256()
with open(RPM_PATH, "rb") as rpm_db_fh: with open(RPM_PATH, "rb") as rpm_db_fh:
while True: while True: