From 66a09ae34fc483394c87c7270634a907c248f05e Mon Sep 17 00:00:00 2001 From: Paul Craciunoiu Date: Sat, 6 Jun 2020 11:47:28 -0600 Subject: [PATCH] Format --- graphene_django/tests/test_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene_django/tests/test_query.py b/graphene_django/tests/test_query.py index 477d147..e6ed49e 100644 --- a/graphene_django/tests/test_query.py +++ b/graphene_django/tests/test_query.py @@ -1088,7 +1088,7 @@ REPORTERS = [ dict( first_name="First {}".format(i), last_name="Last {}".format(i), - email="johndoe+{i}@example.com".format(i), + email="johndoe+{}@example.com".format(i), a_choice=1, ) for i in range(6)