Skip to content

Commit ea307c0

Browse files
chore(monitoring): remove region tag all from monitoring/api/v3/api-client/list_resources.py (#13086)
1 parent 33d05b3 commit ea307c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

monitoring/api/v3/api-client/list_resources.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
17-
""" Sample command-line program for retrieving Stackdriver Monitoring API V3
16+
"""Sample command-line program for retrieving Stackdriver Monitoring API V3
1817
data.
1918
2019
See README.md for instructions on setting up your development environment.
@@ -25,7 +24,6 @@
2524
2625
"""
2726

28-
# [START all]
2927
import argparse
3028
import datetime
3129
import pprint
@@ -126,5 +124,3 @@ def main(project_id):
126124

127125
args = parser.parse_args()
128126
main(args.project_id)
129-
130-
# [END all]

0 commit comments

Comments
 (0)