Skip to content

Commit b3edef0

Browse files
Apply ruff fixes
1 parent f1a2458 commit b3edef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/upgrade_repos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import os
44
import re
55
from pathlib import Path
6-
from spack.vendor.ruamel.yaml import YAML
76

87
# 1. Leverage Spack internal API to dynamically find all active repositories
98
import spack.repo
9+
from spack.vendor.ruamel.yaml import YAML
1010

1111
# Mapping old broken imports to modern Spack equivalents
1212
# Mapping old variants to modern canonical Spack equivalents

0 commit comments

Comments
 (0)