-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Needs triage 📥Just created, needs acknowledgment, triage, and proper labellingJust created, needs acknowledgment, triage, and proper labelling
Description
Bug description
docx.api import DocumentConfiguration
[MAIN]
jobs=0
disable=raw-checker-failed,
locally-disabled,
file-ignored,
suppressed-message,
deprecated-pragma,
missing-function-docstring,
missing-class-docstring,
missing-module-docstring,
too-few-public-methods,
line-too-long,
no-else-return,
protected-access,
fixme,
wrong-import-order,
duplicate-codeCommand used
pylint ${SRC_HOME} ${TEST_HOME} type_stubsPylint output
E0401: Unable to import 'docx.api' (import-error)
E0611: No name 'api' in module 'docx' (no-name-in-module)
E0401: Unable to import 'docx.document' (import-error)
E0611: No name 'document' in module 'docx' (no-name-in-module)
### Expected behavior
No error
### Pylint version
```shell
pylint 3.0.3
asteroid 3.0.3
Python 3.12.1
OS / Environment
macOS 14.2.1
Additional dependencies
python-docs==0.8.11Metadata
Metadata
Assignees
Labels
Needs triage 📥Just created, needs acknowledgment, triage, and proper labellingJust created, needs acknowledgment, triage, and proper labelling