Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81e9c755 authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] pep8

parent 7b93d11d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ def fix_package_resources(pkg, name):

def sha_sum(filename):
    with open(filename, "rb") as f:
        bytes = f.read() # read entire file as bytes
        bytes = f.read()
        return sha256(bytes).hexdigest()