Skip to content

Commit 60bcc57

Browse files
committed
style: changed style formatting
1 parent 2bcc315 commit 60bcc57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mamonsu/plugins/common/health.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def triggers(self, template):
7474
return result
7575

7676
def keys_and_queries(self, template_zabbix):
77-
result = []
78-
result.append('{0},{1}'.format("mamonsu.plugin.keepalive", "echo 0"))
77+
result = ['{0},{1}'.format("mamonsu.plugin.keepalive", "echo 0")]
7978
return template_zabbix.key_and_query(result)
8079

0 commit comments

Comments
 (0)