Skip to content

Refactor type hints to use modern built-in generics (Python 3.9+) #7

@sql-hkr

Description

@sql-hkr

Currently, the codebase uses legacy typing imports such as:

from typing import List, Tuple, Dict

Since Python 3.9 and later support built-in generics, these can be simplified for better readability and future compatibility.

Tasks:

  • Replace all instances of List, Tuple, Dict, etc. with built-in generics (list, tuple, dict).
  • Remove unnecessary imports from typing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions