github / github/codeql

LGTM.com - false positive - Import is not used

Abierto
#6,623 1 comentario 0 reacciones 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.