Skip to content

Issue : Inconsistent use of f-strings #209

@PrinceSajjadHussain

Description

@PrinceSajjadHussain

The code uses both Python 2 style string formatting (e.g., 'Remove ' + f) and f-strings. Consistently using f-strings (available for Python 3.6+) would improve readability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions