Skip to content

Commit c0ac2f8

Browse files
committed
Fix docstring and imports
1 parent 6eea2f1 commit c0ac2f8

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/scripts/set-conda-test-matrix.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
""" set-conda-test-matrix.py
1+
"""Create test matrix for conda packages in OS/BLAS test matrix workflow."""
22

3-
Create test matrix for conda packages
4-
"""
5-
import json, re
63
from pathlib import Path
74

85
osmap = {'linux': 'ubuntu',

.github/scripts/set-pip-test-matrix.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
""" set-pip-test-matrix.py
1+
"""Create test matrix for pip wheels."""
22

3-
Create test matrix for pip wheels
4-
"""
53
import json
64
from pathlib import Path
75

0 commit comments

Comments
 (0)