Skip to content

Commit d2c70b4

Browse files
committed
minor: style fixes
1 parent ae7dc88 commit d2c70b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prometheus_api_client/prometheus_connect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ def custom_query(self, query: str, params: dict = {}):
233233
234234
:param query: (str) This is a PromQL query, a few examples can be found
235235
at https://prometheus.io/docs/prometheus/latest/querying/examples/
236-
237-
:param params: (dict) Optional dictionary containing GET parameters to be
236+
237+
:param params: (dict) Optional dictionary containing GET parameters to be
238238
sent along with the API request, such as "time"
239239
240240
:Returns: (list) A list of metric data received in response of the query sent

0 commit comments

Comments
 (0)