Skip to content

Commit 97f082b

Browse files
committed
fix: removed unnecessary import and commit statements
1 parent 438615d commit 97f082b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/pg_stat_activity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def run(self, zbx):
8383
# send a resulting value to zabbix
8484
for idx, item in enumerate(self.Items):
8585
key, zbxkey, val, delta = item[0], item[1], 0, item[4]
86-
#self.log.info('{0}[{1}] '.format(zbxkey, key)+str(idx))
8786
for row in result:
8887
if key.endswith(row[0]):
8988
val = row[item[5]]

mamonsu/tools/bootstrap/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from mamonsu import __version__ as mamonsu_version
1+
22

33
QuerySplit = """
44

0 commit comments

Comments
 (0)