Skip to content

Fix loading of values #9068

Fix loading of values

Fix loading of values #9068

Triggered via pull request September 1, 2023 12:31
Status Success
Total duration 3m 49s
Artifacts

annotate_python.yml

on: pull_request
annotate-python-linting
3m 36s
annotate-python-linting
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
annotate-python-linting: src/ert/config/_read_summary.py#L3
'ctypes' imported but unused
annotate-python-linting: src/ert/config/_read_summary.py#L10
'numpy as np' imported but unused
annotate-python-linting: src/ert/config/summary_config.py#L14
redefinition of unused 'Set' from line 6
annotate-python-linting: tests/unit_tests/config/test_read_summary.py#L9
'hypothesis.HealthCheck' imported but unused
annotate-python-linting: tests/unit_tests/config/config_dict_generator.py#L544
Do not call getattr with a constant attribute value, it is not any safer than normal property access.