github / github/codeql

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

オープン
#7,639 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
false-positive not security Python
主要言語
CodeQL
スター
10.1k
フォーク
2.1k
平均マージ
2日 15時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。