Missing py.typed marker in box_sdk_gen causes mypy import-untyped error
Đang mở
enhancement
- Ngôn ngữ chính
- Python
- Star
- 459
- Fork
- 223
- Merge trung bình
- 8 giờ 57 phút
- Pull request đã merge (30 ngày)
- 13
Mô tả
When I run `mypy` on my project, it highlights the following import:
```python
from box_sdk_gen import ...
```
with the error:
```
error: Skipping analyzing "box_sdk_gen": module is installed, but missing library stubs or py.typed marker [import-untyped]
```
This can be simply resolved by adding a `py.typed` file to the root of the `box_sdk_gen` package to indicate that the package includes type hints.
[More details](https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information).
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.