|
I found that splitting the imports makes the parser happy:
from calibre_plugins.wolnelektury_source.consts import PLUGIN_VERSION
from calibre_plugins.wolnelektury_source.consts import PLUGIN_NAME
from calibre_plugins.wolnelektury_source.consts import WOLNELEKTURY_ID
|