Open
Description
- Package Name: MLTable
- Package Version: 1.4.1
- Operating System: Windows
- Python Version: 3.8.10
Describe the bug
The MLTable package does not seem to use py.typed markers and therefore python linters dislike this. This is a major inconvenience when liniting rules are enforced inside CI/CD.
To fix this, I have to enable ignore_missing_imports
, which is far for ideal, as this treats ALL imported packages as Any
.
A simple solution is just to make the MLTable package adhere to python PEP standards, specifically: PEP 561
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Workflow: This issue is responsible by Azure service team.Issues that are reported by GitHub users external to the Azure organization.This issue requires a new behavior in the product in order be resolved.Workflow: This issue needs attention from Azure service team or SDK team