Skip to content

Commit f05be37

Browse files
committed
Fix typo
1 parent 5f27b29 commit f05be37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"3.10": extras_bf,
3939
# Use a middle version of Python to test when no extras are installed.
4040
"3.11": [],
41-
"3.12": [extras_storage + extras_spanner],
41+
"3.12": extras_storage + extras_spanner,
4242
"3.13": extras_bf,
4343
}
4444
templated_files = common.py_library(

0 commit comments

Comments
 (0)