Skip to content

Commit 4cdc4d9

Browse files
committed
fix(owlbot): Correct regex for mypy.yml to use double quotes
1 parent eb03b52 commit 4cdc4d9

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
@@ -258,7 +258,7 @@ def lint_setup_py(session):
258258
''',
259259
)
260260

261-
\
261+
262262
# Ensure mypy.yml uses the default Python version
263263
s.replace(
264264
".github/workflows/mypy.yml",

0 commit comments

Comments
 (0)