Skip to content

Commit 413f301

Browse files
authored
Merge pull request #8 from logicmonitor/DEV-81941-Latest-python-sdk-failing-with-import-error
DEV-81941 : converted multiline comments to singleline
2 parents 1e229dc + b0112c6 commit 413f301

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

logicmonitor_data_sdk/api/logs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"""
1010

1111
# coding: utf-8
12-
"""
13-
Logs API client: It formats and submit REST API calls to LogicMonitor.
14-
"""
12+
13+
# Logs API client: It formats and submit REST API calls to LogicMonitor.
14+
1515

1616
from __future__ import absolute_import
1717

logicmonitor_data_sdk/api/metrics.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"""
1010

1111
# coding: utf-8
12-
"""
13-
Metrics API client: It formats and submit REST API calls to LogicMonitor.
14-
"""
12+
13+
# Metrics API client: It formats and submit REST API calls to LogicMonitor.
14+
1515
from __future__ import absolute_import
1616

1717
import copy

logicmonitor_data_sdk/internal/internal_cache.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"""
1111

1212
# coding: utf-8
13-
"""
14-
LogicMonitor API-Ingest Rest API
1513

16-
LogicMonitor is a SaaS-based performance monitoring platform that provides full visibility into complex, hybrid infrastructures, offering granular performance monitoring and actionable data and insights. API-Ingest provides the entry point in the form of public rest APIs for ingesting metrics into LogicMonitor. For using this application users have to create LMAuth token using access id and key from santaba. # noqa: E501
14+
# LogicMonitor API-Ingest Rest API
15+
16+
# LogicMonitor is a SaaS-based performance monitoring platform that provides full visibility into complex, hybrid infrastructures, offering granular performance monitoring and actionable data and insights. API-Ingest provides the entry point in the form of public rest APIs for ingesting metrics into LogicMonitor. For using this application users have to create LMAuth token using access id and key from santaba. # noqa: E501
17+
18+
# OpenAPI spec version: 3.0.0
1719

18-
OpenAPI spec version: 3.0.0
1920

20-
"""
2121

2222
from __future__ import absolute_import
2323

logicmonitor_data_sdk/rest.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@
99
"""
1010

1111
# coding: utf-8
12-
"""
13-
LogicMonitor API-Ingest Rest API
14-
15-
LogicMonitor is a SaaS-based performance monitoring platform that provides full visibility into complex, hybrid infrastructures, offering granular performance monitoring and actionable data and insights. API-Ingest provides the entry point in the form of public rest APIs for ingesting metrics into LogicMonitor. For using this application users have to create LMAuth token using access id and key from santaba. # noqa: E501
12+
# LogicMonitor API-Ingest Rest API
1613

17-
OpenAPI spec version: 3.0.0
14+
# LogicMonitor is a SaaS-based performance monitoring platform that provides full visibility into complex, hybrid infrastructures, offering granular performance monitoring and actionable data and insights. API-Ingest provides the entry point in the form of public rest APIs for ingesting metrics into LogicMonitor. For using this application users have to create LMAuth token using access id and key from santaba. # noqa: E501
1815

19-
"""
16+
# OpenAPI spec version: 3.0.0
2017

2118
from __future__ import absolute_import
2219

0 commit comments

Comments
 (0)