Skip to content

Commit 3695034

Browse files
committed
linting
1 parent 03b8aef commit 3695034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/scripts/build_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def main():
107107

108108
# Get all extras from the wheel
109109
extras = get_extras_from_wheel(str(wheel_file))
110-
combinations = get_extra_combinations(extras, ["development","docs"])
110+
combinations = get_extra_combinations(extras, ["development", "docs"])
111111

112112
# Test base installation first
113113
test_install(

0 commit comments

Comments
 (0)