Fix Python import error

This commit is contained in:
Daniel Egger 2018-10-04 10:32:44 +02:00
parent a5e58fb3fc
commit 35201e6986
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from book.schema.mutations.contentblock import MutateContentBlock, AddContentBlock
from books.schema.mutations.contentblock import MutateContentBlock, AddContentBlock
class BookMutations(object):