LGTM.com - false positive - Import is not used
Abierto
acknowledged
false-positive
not security
Python
- Lenguaje dominante
- CodeQL
- Estrellas
- 10.1k
- Forks
- 2.1k
- Merge medio
- 2 d 15 h
- PR fusionados (30 d)
- 141
Descripción
**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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.