Skip to content

Commit 93b4015

Browse files
authored
fix(cockpit): respect newline (#1348)
1 parent 3d9eb1c commit 93b4015

File tree

2 files changed

+4
-2
lines changed
  • scaleway-async/scaleway_async/cockpit/v1
  • scaleway/scaleway/cockpit/v1

2 files changed

+4
-2
lines changed

scaleway-async/scaleway_async/cockpit/v1/api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,8 @@ async def get_rules_count(
12341234
project_id: Optional[str] = None,
12351235
) -> GetRulesCountResponse:
12361236
"""
1237-
Get the number of enabled rules Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.
1237+
Get the number of enabled rules.
1238+
Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.
12381239
:param region: Region to target. If none is passed will use default region from the config.
12391240
:param project_id: ID of the Project to retrieve the rule count for.
12401241
:return: :class:`GetRulesCountResponse <GetRulesCountResponse>`

scaleway/scaleway/cockpit/v1/api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,8 @@ def get_rules_count(
12341234
project_id: Optional[str] = None,
12351235
) -> GetRulesCountResponse:
12361236
"""
1237-
Get the number of enabled rules Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.
1237+
Get the number of enabled rules.
1238+
Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.
12381239
:param region: Region to target. If none is passed will use default region from the config.
12391240
:param project_id: ID of the Project to retrieve the rule count for.
12401241
:return: :class:`GetRulesCountResponse <GetRulesCountResponse>`

0 commit comments

Comments
 (0)