Skip to content

Commit 9a86c84

Browse files
arbrowndandhlee
authored andcommitted
Minor format change
1 parent e89c020 commit 9a86c84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

monitoring/snippets/v3/alerts-client/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
'ignored_versions': ["2.7"],
25+
'ignored_versions': ['2.7'],
2626

2727
# Declare optional test sessions you want to opt-in. Currently we
2828
# have the following optional test sessions:

monitoring/snippets/v3/cloud-client/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
'ignored_versions': ["2.7"],
25+
'ignored_versions': ['2.7'],
2626

2727
# Declare optional test sessions you want to opt-in. Currently we
2828
# have the following optional test sessions:

monitoring/snippets/v3/uptime-check-client/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
'ignored_versions': ["2.7"],
25+
'ignored_versions': ['2.7'],
2626

2727
# Declare optional test sessions you want to opt-in. Currently we
2828
# have the following optional test sessions:

0 commit comments

Comments
 (0)