-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
See __init__.py
in domains module. Pylint assumes a wrong path (adds src
) for some of the relative imports.
issued in pylint/issues/5319
Checked so far
- cyclic import
- missing object referenced
- cleared cache
Workarounds:
- cwd in
src
- modify
.pylintrc
to include
[MASTER]
init-hook='import sys; sys.path.append(".")'
Metadata
Metadata
Assignees
Labels
priority-highhigh priorityhigh priority