Skip to content

Commit 37ec223

Browse files
beeradbamotl
authored andcommitted
formatting consistency
1 parent 5060e1c commit 37ec223

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

grafana_client/elements/alertingprovisioning.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def create_contactpoint(self, contactpoint, disable_provenance=False):
115115
headers = {}
116116
if disable_provenance:
117117
headers["X-Disable-Provenance"] = "true"
118-
119118
create_contactpoint_path = "/v1/provisioning/contact-points"
120119
return self.client.POST(create_contactpoint_path, json=contactpoint, headers=headers)
121120

@@ -156,7 +155,6 @@ def set_notification_policy_tree(self, notification_policy_tree, disable_provena
156155
headers = {}
157156
if disable_provenance:
158157
headers["X-Disable-Provenance"] = "true"
159-
160158
set_notification_policy_tree_path = "/v1/provisioning/policies"
161159
return self.client.PUT(set_notification_policy_tree_path, json=notification_policy_tree, headers=headers)
162160

0 commit comments

Comments
 (0)