Skip to content

fix(black): for python3.9 #2047

fix(black): for python3.9

fix(black): for python3.9 #2047

Triggered via push February 17, 2026 22:33
Status Success
Total duration 5m 26s
Artifacts

tests.yml

on: push
Matrix: JS / Tests
Matrix: Python / Tests
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Python / Tests (3.14.0, postgresql14, opensearch2): invenio_vocabularies/config.py#L15
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.
Python / Tests (3.11, postgresql14, opensearch2): invenio_vocabularies/config.py#L15
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.
Python / Tests (3.9, postgresql14, opensearch2): invenio_vocabularies/config.py#L15
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.