Fix Python import error
This commit is contained in:
parent
a5e58fb3fc
commit
35201e6986
|
|
@ -1,4 +1,4 @@
|
|||
from book.schema.mutations.contentblock import MutateContentBlock, AddContentBlock
|
||||
from books.schema.mutations.contentblock import MutateContentBlock, AddContentBlock
|
||||
|
||||
|
||||
class BookMutations(object):
|
||||
|
|
|
|||
Loading…
Reference in New Issue