github / github/codeql

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

Đang mở
#7,639 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
false-positive not security Python
Ngôn ngữ chính
CodeQL
Star
10.1k
Fork
2.1k
Merge trung bình
2 ngày 15 giờ
Pull request đã merge (30 ngày)
141

Mô tả

**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
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.