Skip to content

[BUG] Incorrect typehinting in newer python versions #4

Description

@jonaswerme

The type hinting indicating any pywrapid derived class is no longer valid for newer versions of python.
We need to change typehinting to use builtin x: type(z) where any derived class is used and x: z where x is the declaration and z is the baseclass name to avoid showing typehint errors in the IDE.

Examples where this needs updates is pywrapid.config, pywrapid.web...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions