Skip to content

error[invalid-type-form]: Variable of type <module 'PIL.Image'> is not allowed in a type expression #373

@Ryang20718

Description

@Ryang20718

Summary

from PIL import Image


def hello(x: Image):
     print(x)

error[invalid-type-form]: Variable of type <module 'PIL.Image'> is not allowed in a type expression

Version

ty 0.0.0-alpha.8

Metadata

Metadata

Assignees

Labels

diagnosticsRelated to reporting of diagnostics.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions