mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 09:12:18 +03:00
Format
This commit is contained in:
parent
038fbe62b0
commit
66a09ae34f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user