Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Oct 18, 2024
1 parent 88c0b2c commit 1bbc5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_bootstrap_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import json
import os
import sys
from typing import Dict

import spack.deptypes as dt
import spack.spec
Expand All @@ -17,6 +16,7 @@
# "spec": root spec to be matched
# "binaries": list of tuples (pkg name, dag hash, sha256 sum)


def sha256(path):
fn = hashlib.sha256()
with open(path, "rb") as f:
Expand Down

0 comments on commit 1bbc5a7

Please sign in to comment.