Fix python lint error about unused format

This commit is contained in:
Alexander Krotov
2020-05-12 00:44:57 +03:00
committed by holger krekel
parent 6ece2a3449
commit c185d5b0b5

View File

@@ -51,7 +51,7 @@ def test_group_tracking_plugin(acfactory, lp):
botproc.fnmatch_lines("""
*ac_chat_modified*bot test group*
""".format(ac1.get_config("addr")))
""")
lp.sec("adding third member {}".format(ac2.get_config("addr")))
contact3 = ac1.create_contact(ac2.get_config("addr"))