mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-03 20:03:30 +03:00
Fixing pylint
This commit is contained in:
parent
8fc368519f
commit
10b23cafef
|
@ -52,6 +52,7 @@ class FilmType(DjangoObjectType):
|
|||
|
||||
def test_needs_form_class():
|
||||
with raises(Exception) as exc:
|
||||
|
||||
class MyMutation(DjangoFormMutation):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user