ucx icon indicating copy to clipboard operation
ucx copied to clipboard

[BUG]: Linting raises library-not-found problem when import `type_extensions`

Open JCZuurmond opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

We raise a library-not-found problem when import type_extentions

if TYPE_CHECKING:
    from typing_extensions import ParamSpec

    P = ParamSpec("P")

Expected Behavior

No problem should be raised. Maybe we should white list this library

Steps To Reproduce

  1. Create unit test for above code snippet

Cloud

Azure

Operating System

macOS

Version

latest via Databricks CLI

Relevant log output

No response

JCZuurmond avatar May 16 '24 15:05 JCZuurmond