remove ending coma

This commit is contained in:
evalette 2016-04-13 14:41:04 +02:00
parent 0960b7914d
commit 492ffdace4

View File

@ -24,7 +24,7 @@ default_query = '''
} }
} }
} }
}, }
}'''.strip() }'''.strip()
GraphQL(app, schema=schema, default_query=default_query) GraphQL(app, schema=schema, default_query=default_query)