github / github/codeql

LGTM.com - false positive - Import is not used

Open
#6,623 1 comment 0 reactions 0 assignees View on GitHub
acknowledged false-positive not security Python
Dominant language
CodeQL
Stars
10.1k
Forks
2.1k
Avg merge
2d 15h
Merged PRs (30d)
141

Description

**Description of the false positive**

The import **is** used in the sense that succeeding/failing to import sets a global variable.
```python
have_numpy = True
try:
import numpy
except ImportError:
have_numpy = False
```
This pattern is quite common.

**URL to the alert on the project page on LGTM.com**

https://lgtm.com/projects/g/pydicom/pydicom/snapshot/c9a698b7632de3b412a402962a3af0b19ba8e53b/files/pydicom/config.py?sort=name&dir=ASC&mode=heatmap#x83292be155c0c9c8:1

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.