Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmelone committed Mar 7, 2024
1 parent 31fa3ab commit 790dbdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gantry/util/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ def parse_alloc_spec(spec: str) -> dict:
pkg_variants,
compiler_name,
compiler_version
) = (
match.groups()
)
) = match.groups()

spec_dict = {
"pkg_name": pkg_name,
Expand Down

0 comments on commit 790dbdf

Please sign in to comment.