Skip to content

URL: Relax check to ignore semicolons in URLs #166

URL: Relax check to ignore semicolons in URLs

URL: Relax check to ignore semicolons in URLs #166

Triggered via pull request January 20, 2025 11:18
Status Success
Total duration 42s
Artifacts

tests.yml

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

Annotations

2 warnings
Python / Tests (3.9, postgresql14, opensearch2): tests/test_custom_scheme_registry.py#L18
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.12, postgresql14, opensearch2): tests/test_custom_scheme_registry.py#L18
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.