python-epo-ops-client icon indicating copy to clipboard operation
python-epo-ops-client copied to clipboard

Cannot find reference 'models' in '__init__.py'

Open arnaujc91 opened this issue 1 year ago • 1 comments

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'

arnaujc91 avatar Aug 31 '24 07:08 arnaujc91

Hi @arnaujc91,

the right incantation would be:

from epo_ops import models

Does this help?

With kind regards, Andreas.

amotl avatar Mar 01 '25 20:03 amotl

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!

amotl avatar Jul 25 '25 20:07 amotl