mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Remove an empty line
This commit is contained in:
parent
adb832424d
commit
11a94cad12
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue