Skip to content

Commit c5362e8

Browse files
author
Jon Wayne Parrott
committed
Fix lint issues
Change-Id: I0af78055cf33393a737f44acea2ba14555f494e1
1 parent 592c5cd commit c5362e8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

monitoring/api/v3/custom_metric.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
""" Sample command-line program for writing and reading Stackdriver Monitoring API
15-
V3 custom metrics.
14+
""" Sample command-line program for writing and reading Stackdriver Monitoring
15+
API V3 custom metrics.
1616
1717
Simple command-line program to demonstrate connecting to the Google
1818
Monitoring API to write custom metrics and read them back.

monitoring/api/v3/list_resources.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
""" Sample command-line program for retrieving Stackdriver Monitoring API V3 data.
14+
""" Sample command-line program for retrieving Stackdriver Monitoring API V3
15+
data.
1516
1617
See README.md for instructions on setting up your development environment.
1718

0 commit comments

Comments
 (0)