Skip to content

MLTable to use PEP 561 #31405

Open
Open
@TomSB1423

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.
image

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

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.Machine LearningService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions