python-epo-ops-client
python-epo-ops-client copied to clipboard
Cannot find reference 'models' in '__init__.py'
In your module epo_ops you have the __init__.py that defines the api exposed to the developers using this package. Unfortunately you do not have
# __init__.py
from . import models
and the IDE keeps complaining:
Cannot find reference 'models' in '__init__.py'
Hi @arnaujc91,
the right incantation would be:
from epo_ops import models
Does this help?
With kind regards, Andreas.
Hi Erni. I think it will be fine closing this. Please report back or re-open another ticket if you are still observing problems. Thanks!