github / github/codeql

LGTM.com - false positive - Python: Module is imported with 'import' and 'import from'

未关闭
#7,639 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
false-positive not security Python
主要语言
CodeQL
星标
10.1k
派生
2.1k
平均合并
2 天 15 小时
30 天内合并 PR
141

描述

**The analyser erroneously thinks the module is imported twice**

The specific case is within a `try`/`except ImportError` to handle older Python versions. These errors should not trigger if they are part of the same try/except block.

https://lgtm.com/projects/g/WoLpH/numpy-stl/snapshot/d42a4c10ac943a5789e77cba3c92ab0904ac975d/files/stl/base.py?sort=name&dir=ASC&mode=heatmap#x7cda6a9b22b9d912:1

```
try: # pragma: no cover
from collections import abc
except ImportError: # pragma: no cover
import collections as abc
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。