From c185d5b0b5fdf155eb0ea66c546ec93d7975d834 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 12 May 2020 00:44:57 +0300 Subject: [PATCH] Fix python lint error about unused format --- python/examples/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/test_examples.py b/python/examples/test_examples.py index 5e6d363fe..da32b127d 100644 --- a/python/examples/test_examples.py +++ b/python/examples/test_examples.py @@ -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"))