ip-tools / python-epo-ops-client

Python client for EPO OPS, the European Patent Office's Open Patent Services API.
Apache License 2.0
143 stars 58 forks source link

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

Open arnaujc91 opened 1 month ago

arnaujc91 commented 1 month ago

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'