Skip to content

Get rid of outdated type system like Optional and List #20

@agoncharov-reef

Description

@agoncharov-reef
from typing import Optional, List
a: Optional[List]

->

from __future__ import annotations
a: list | None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions