Skip to content

Commit a96f5ca

Browse files
committed
fix: remove 'u' before string characters as redundant in Python 3
1 parent 7a0573e commit a96f5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/lib/zbx_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class ZbxTemplate(object):
88
plg_type = 'all'
9-
mainTemplate = u"""<?xml version="1.0" encoding="UTF-8"?>
9+
mainTemplate = """<?xml version="1.0" encoding="UTF-8"?>
1010
<zabbix_export>
1111
<version>2.0</version>
1212
<groups>

0 commit comments

Comments
 (0)